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

Callback delegate

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property CallbackMethod As Callback
C#
public SubscriptionManager.Callback CallbackMethod { get; }
C++
public:
Callback^ CallbackMethod {
	Callback^ get ();
}