Click or drag to resize

IPubSubManagerService Methods

The IPubSubManagerService type exposes the following members.

Methods
  NameDescription
Public methodActivateSubscription
Activate a subscription
Public methodFindChannel(ExpressionFuncPubSubChannelDefinition, Boolean)
Find an existing channel
Public methodFindChannel(ExpressionFuncPubSubChannelDefinition, Boolean, Int32, Int32, Int32) Obsolete.
Find an existing channel
Public methodFindSubscription(ExpressionFuncPubSubSubscriptionDefinition, Boolean)
Find an existing subscription
Public methodFindSubscription(ExpressionFuncPubSubSubscriptionDefinition, Boolean, Int32, Int32, Int32) Obsolete.
Find an existing subscription
Public methodGetChannel
Gets the channel information
Public methodGetSubscription
Gets the subscription information
Public methodGetSubscriptionByName
Get subscription by its name
Public methodRegisterChannel(String, String, Uri, IDictionaryString, String)
Registers the specified pub-sub channel using the specified dispatcher
Public methodRegisterChannel(String, Type, Uri, IDictionaryString, String)
Registers the specified pub-sub channel using the specified dispatcher
Public methodRegisterSubscription(Type, String, String, PubSubEventType, String, Guid, String, NullableDateTimeOffset, NullableDateTimeOffset)
Register a new subscription for the specified type
Public methodRegisterSubscriptionTModel(String, String, PubSubEventType, ExpressionFuncTModel, Boolean, Guid, String, NullableDateTimeOffset, NullableDateTimeOffset)
Register a new subscription for the specified type
Public methodRemoveChannel
Removes the specified channel and all related subscriptions
Public methodRemoveSubscription
Removes the subscription
Public methodUpdateChannel
Updates the specified pub-sub channel
Public methodUpdateSubscription
Update subscription data
Top
See Also