Click or drag to resize

IPubSubCache Interface

Cached subscriptions module for fast lookup

Namespace:  Crosser.Common.Server.PubSub
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public interface IPubSubCache

The IPubSubCache type exposes the following members.

Methods
  NameDescription
Public methodAddSubscription
Add a Subscription to the Protocol
Public methodGetSubscribers
Get all subscribers for a specific PubObject. If there is no cache... create it!
Public methodRemoveSubscription
Remove a subscription from the Protocol
Top
See Also