Click or drag to resize

IPubSubCacheGetSubscribers Method

Get all subscribers for a specific PubObject. If there is no cache... create it!

Namespace:  Crosser.Common.Server.PubSub
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
IEnumerable<SubObject> GetSubscribers(
	PubObject pub
)

Parameters

pub
Type: Crosser.Common.Server.PubSubPubObject
PubObject with topic and payload

Return Value

Type: IEnumerableSubObject
A list of all subscriptions matching the PubObject passed in
See Also