[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

IconTypeDescription
AddSubscription(Guid, Boolean)
Add a subscription for a specific event
Dispose()
Dispose for SubscriptionManager
Dispose(Boolean)
Dispose for SubscriptionManager
Equals(Object)
Determines whether the specified Object is equal to the current 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()
Returns a String that represents the current Object.

Constructors

Properties

IconTypeDescription
CallbackMethod
Callback delegate
ListenForEvents
Starts and stops listening for events
QueueSize
Size in bytes of the SharedQueue
Timeout
Timeout for publishing events

Inheritance Hierarchy

System.Object
  Microsoft.WebSolutionsPlatform.Event.PubSubManager.SubscriptionManager