Click or drag to resize

IPubSubHandlerUnsubscribe Method

Remove the SubObject from the Protocol => Subscriptions Also remove the subscription from the IPubSubCache

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

Parameters

sub
Type: Crosser.Common.Server.PubSubSubObject
SubObject with IProtocol reference
See Also