Delegate StreamingSubscriptionConnection.NotificationEventDelegate
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents a delegate that is invoked when notifications are received from the server
public delegate void StreamingSubscriptionConnection.NotificationEventDelegate(object sender, NotificationEventArgs args)
Parameters
sender
objectThe StreamingSubscriptionConnection instance that received the events.
args
NotificationEventArgsThe event data.
Constructors
NotificationEventDelegate(object, nint)
public NotificationEventDelegate(object @object, nint method)
Parameters
Methods
BeginInvoke(object, NotificationEventArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(object sender, NotificationEventArgs args, AsyncCallback callback, object @object)
Parameters
sender
objectargs
NotificationEventArgscallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(object, NotificationEventArgs)
public virtual void Invoke(object sender, NotificationEventArgs args)
Parameters
sender
objectargs
NotificationEventArgs