Click or drag to resize

IPubSubCacheAddSubscription Method

Add a Subscription to the Protocol

Namespace:  Crosser.Common.Server.PubSub
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
void AddSubscription(
	SubObject sub
)

Parameters

sub
Type: Crosser.Common.Server.PubSubSubObject
The SubObject to add
See Also