Click or drag to resize

DefaultPubSubHandlerRemove Method

Remove all SubObject for this IProtocol

Namespace:  Crosser.Server.Modules.PubSub
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public void Remove(
	IProtocol client
)

Parameters

client
Type: Crosser.Common.Server.ProtocolIProtocol
the connection that will have all subscriptions removed

Implements

IPubSubHandlerRemove(IProtocol)
See Also