Table of Contents

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 object

The StreamingSubscriptionConnection instance that received the events.

args NotificationEventArgs

The event data.

Constructors

NotificationEventDelegate(object, nint)

public NotificationEventDelegate(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(object, NotificationEventArgs, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(object sender, NotificationEventArgs args, AsyncCallback callback, object @object)

Parameters

sender object
args NotificationEventArgs
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(object, NotificationEventArgs)

public virtual void Invoke(object sender, NotificationEventArgs args)

Parameters

sender object
args NotificationEventArgs