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
GetPubSubCache Method
Returns the
IPubSubCache
registered. To register a custom
IPubSubCache
use the
RegisterPubSubCache(Expression
Func
IPubSubCache
)
method.
Namespace:
Crosser.Server
Assembly:
Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
Copy
public
static
IPubSubCache
GetPubSubCache
()
Return Value
Type:
IPubSubCache
The
IPubSubCache
registered
See Also
Reference
Bootstrapper
Modules
PubSub Class
Crosser.Server Namespace