Crosser Technologies - Server
Crosser Technologies - Server
Namespaces
Crosser.Server Namespaces
Crosser.Server
Bootstrapper.Modules.PubSub Class
PubSub Methods
GetPubSubCache Method
GetPubSubHandler Method
RegisterPubSubCache Method
RegisterPubSubHandler Method
Bootstrapper
Modules
PubSub
RegisterPubSubCache Method
Regsiter a custom
IPubSubCache
module
Namespace:
Crosser.Server
Assembly:
Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
Copy
public
static
bool
RegisterPubSubCache
(
Expression
<
Func
<
IPubSubCache
>>
pubsubCache
)
Parameters
pubsubCache
Type:
System.Linq.Expressions
Expression
Func
IPubSubCache
PubSubCache to register
Return Value
Type:
Boolean
True if success
See Also
Reference
Bootstrapper
Modules
PubSub Class
Crosser.Server Namespace