StreamingSubscriptionConnection.OnDisconnect event

Occurs when a streaming subscription connection is disconnected from the server.

Namespace:  Microsoft.Exchange.WebServices.Data
Assembly:  Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)

'Declaration
Public Event OnDisconnect As StreamingSubscriptionConnection.SubscriptionErrorDelegate
'Usage
Dim instance As StreamingSubscriptionConnection
Dim handler As StreamingSubscriptionConnection.SubscriptionErrorDelegate

AddHandler instance.OnDisconnect, handler

Show: