Click or drag to resize

IPubSubHandlerRemove Method

Remove all subscriptions from the IPubSubCache

Namespace:  Crosser.Common.Server.PubSub
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
void Remove(
	IProtocol client
)

Parameters

client
Type: Crosser.Common.Server.ProtocolIProtocol
The IProtocol to remove all subscriptions for
See Also