Click or drag to resize

IPubSubHandlerSubscribe Method

Add or update the SubObject to the Protocol => Subscriptions Also add the subscription to the IPubSubCache

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

Parameters

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