| IPubSubManagerService Methods |
The IPubSubManagerService type exposes the following members.
Methods
| Name | Description |
---|
| ActivateSubscription |
Activate a subscription
|
| FindChannel(ExpressionFuncPubSubChannelDefinition, Boolean) |
Find an existing channel
|
| FindChannel(ExpressionFuncPubSubChannelDefinition, Boolean, Int32, Int32, Int32) | Obsolete.
Find an existing channel
|
| FindSubscription(ExpressionFuncPubSubSubscriptionDefinition, Boolean) |
Find an existing subscription
|
| FindSubscription(ExpressionFuncPubSubSubscriptionDefinition, Boolean, Int32, Int32, Int32) | Obsolete.
Find an existing subscription
|
| GetChannel |
Gets the channel information
|
| GetSubscription |
Gets the subscription information
|
| GetSubscriptionByName |
Get subscription by its name
|
| RegisterChannel(String, String, Uri, IDictionaryString, String) |
Registers the specified pub-sub channel using the specified dispatcher
|
| RegisterChannel(String, Type, Uri, IDictionaryString, String) |
Registers the specified pub-sub channel using the specified dispatcher
|
| RegisterSubscription(Type, String, String, PubSubEventType, String, Guid, String, NullableDateTimeOffset, NullableDateTimeOffset) |
Register a new subscription for the specified type
|
| RegisterSubscriptionTModel(String, String, PubSubEventType, ExpressionFuncTModel, Boolean, Guid, String, NullableDateTimeOffset, NullableDateTimeOffset) |
Register a new subscription for the specified type
|
| RemoveChannel |
Removes the specified channel and all related subscriptions
|
| RemoveSubscription |
Removes the subscription
|
| UpdateChannel |
Updates the specified pub-sub channel
|
| UpdateSubscription |
Update subscription data
|
TopSee Also