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

Remove a subscription for a specific event

Namespace: Microsoft.WebSolutionsPlatform.Event.PubSubManager
Assembly: PubSubMgr (PubSubMgr)

Syntax

Visual Basic (Declaration)
Public Function RemoveSubscription ( _
	eventType As Guid _
) As Boolean
C#
public bool RemoveSubscription (
	Guid eventType
)
C++
public:
bool RemoveSubscription (
	Guid eventType
)

Parameters

eventType (System.Guid)
EventType being unsubscribed to

Return Value

True if successful