Click or drag to resize

IPubSubCacheRemoveSubscription Method

Remove a subscription from the Protocol

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

Parameters

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