StreamingSubscriptionConnection.NotificationEventDelegate delegate
Represents a delegate that is invoked when notifications are received from the server.
Namespace: Microsoft.Exchange.WebServices.Data
Assembly: Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
'Declaration Public Delegate Sub NotificationEventDelegate ( _ sender As Object, _ args As NotificationEventArgs _ ) 'Usage Dim instance As New NotificationEventDelegate(AddressOf HandlerMethod)
Parameters
- sender
- Type: System.Object
The StreamingSubscriptionConnection instance that received the events.
- args
- Type: Microsoft.Exchange.WebServices.Data.NotificationEventArgs
The event data.
Show: