[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: PubSubMgr (PubSubMgr)
This class is used to subscribe to events.
Namespace: Microsoft.WebSolutionsPlatform.Event.PubSubManager
Assembly: PubSubMgr (PubSubMgr)
Syntax
Visual Basic (Declaration) |
---|
Public Class SubscriptionManager _ Implements IDisposable |
C# |
---|
public class SubscriptionManager : IDisposable |
C++ |
---|
public ref class SubscriptionManager : IDisposable |
Methods
Icon | Type | Description |
---|---|---|
![]() | AddSubscription(Guid, Boolean) |
Add a subscription for a specific event
|
![]() | Dispose() |
Dispose for SubscriptionManager
|
![]() | Dispose(Boolean) |
Dispose for SubscriptionManager
|
![]() | Equals(Object) | |
![]() | Finalize() |
Destructor
|
![]() | GetHashCode() | Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | GetSubscriptions() |
Returns a list of EventTypes being subscribed to
|
![]() | GetType() | Gets the Type of the current instance. |
![]() | MemberwiseClone() | Creates a shallow copy of the current Object. |
![]() | RemoveSubscription(Guid) |
Remove a subscription for a specific event
|
![]() | ToString() |
Constructors
Icon | Type | Description |
---|---|---|
![]() | SubscriptionManagerNew(Object) |
Constructor
|
![]() | SubscriptionManagerNew(UInt32, Object) |
Constructor
|
Properties
Icon | Type | Description |
---|---|---|
![]() | CallbackMethod |
Callback delegate
|
![]() | ListenForEvents |
Starts and stops listening for events
|
![]() | QueueSize |
Size in bytes of the SharedQueue
|
![]() | Timeout |
Timeout for publishing events
|