Click or drag to resize

BootstrapperModulesPubSubRegisterPubSubHandler Method

Register a custom IPubSubHandler module

Namespace:  Crosser.Server
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public static bool RegisterPubSubHandler(
	Expression<Func<IPubSubHandler>> pubsubHandler
)

Parameters

pubsubHandler
Type: System.Linq.ExpressionsExpressionFuncIPubSubHandler
PubSubHandler to register

Return Value

Type: Boolean
True if success
See Also