Table of Contents

Delegate StreamingSubscriptionConnection.SubscriptionErrorDelegate

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents a delegate that is invoked when an error occurs within a streaming subscription connection.

public delegate void StreamingSubscriptionConnection.SubscriptionErrorDelegate(object sender, SubscriptionErrorEventArgs args)

Parameters

sender object

The StreamingSubscriptionConnection instance within which the error occurred.

args SubscriptionErrorEventArgs

The event data.

Constructors

SubscriptionErrorDelegate(object, nint)

public SubscriptionErrorDelegate(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(object, SubscriptionErrorEventArgs, AsyncCallback, object)

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

Parameters

sender object
args SubscriptionErrorEventArgs
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(object, SubscriptionErrorEventArgs)

public virtual void Invoke(object sender, SubscriptionErrorEventArgs args)

Parameters

sender object
args SubscriptionErrorEventArgs