SubscriptionEndEventHandler Delegate

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

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

Syntax

public delegate void SubscriptionEndEventHandler (
         Objectobj,
         SubscriptionEndEventArgsSubscriptionEndEventArgs
)

Parameters

  • obj
    The object that raised the event.
  • SubscriptionEndEventArgs
    An object that contains subscription end details.

Version Information

Available in the .NET Micro Framework versions 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

Dpws.Client.Eventing Namespace