StreamingSubscriptionConnection.SubscriptionErrorDelegate delegate
Represents a delegate that is invoked when an error occurs within a streaming subscription connection.
Namespace: Microsoft.Exchange.WebServices.Data
Assembly: Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
'Declaration Public Delegate Sub SubscriptionErrorDelegate ( _ sender As Object, _ args As SubscriptionErrorEventArgs _ ) 'Usage Dim instance As New SubscriptionErrorDelegate(AddressOf HandlerMethod)
Parameters
- sender
- Type: System.Object
The StreamingSubscriptionConnection instance within which the error occurred.
- args
- Type: Microsoft.Exchange.WebServices.Data.SubscriptionErrorEventArgs
The event data.
Show: