SubscriptionEndEventHandler Delegate

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

A delegate used by the eventing client's SubscriptionEnd event handler.

Namespace:  Dpws.Client.Eventing
Assembly:  MFDpwsClient (in MFDpwsClient.dll)

Syntax

'Declaration
Public Delegate Sub SubscriptionEndEventHandler ( _
    obj As Object, _
    SubscriptionEndEventArgs As SubscriptionEndEventArgs _
)
public delegate void SubscriptionEndEventHandler(
    Object obj,
    SubscriptionEndEventArgs SubscriptionEndEventArgs
)
public delegate void SubscriptionEndEventHandler(
    Object^ obj, 
    SubscriptionEndEventArgs^ SubscriptionEndEventArgs
)
type SubscriptionEndEventHandler = 
    delegate of 
        obj:Object * 
        SubscriptionEndEventArgs:SubscriptionEndEventArgs -> unit
JScript does not support delegates.

Parameters

See Also

Reference

Dpws.Client.Eventing Namespace