Click or drag to resize

BootstrapperModulesPubSubRegisterPubSubCache Method

Regsiter a custom IPubSubCache module

Namespace:  Crosser.Server
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public static bool RegisterPubSubCache(
	Expression<Func<IPubSubCache>> pubsubCache
)

Parameters

pubsubCache
Type: System.Linq.ExpressionsExpressionFuncIPubSubCache
PubSubCache to register

Return Value

Type: Boolean
True if success
See Also