Crosser Technologies - Server
Crosser Technologies - Server
Namespaces
Crosser.Common Namespaces
Crosser.Common.Server Namespaces
Crosser.Common.Server.PubSub
IPubSubCache Interface
IPubSubCache Methods
AddSubscription Method
GetSubscribers Method
RemoveSubscription Method
IPubSubCache
GetSubscribers 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#
Copy
IEnumerable
<
SubObject
>
GetSubscribers
(
PubObject
pub
)
Parameters
pub
Type:
Crosser.Common.Server.PubSub
PubObject
PubObject with topic and payload
Return Value
Type:
IEnumerable
SubObject
A list of all subscriptions matching the PubObject passed in
See Also
Reference
IPubSubCache Interface
Crosser.Common.Server.PubSub Namespace