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
objectThe StreamingSubscriptionConnection instance within which the error occurred.
args
SubscriptionErrorEventArgsThe event data.
Constructors
SubscriptionErrorDelegate(object, nint)
public SubscriptionErrorDelegate(object @object, nint method)
Parameters
Methods
BeginInvoke(object, SubscriptionErrorEventArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(object sender, SubscriptionErrorEventArgs args, AsyncCallback callback, object @object)
Parameters
sender
objectargs
SubscriptionErrorEventArgscallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(object, SubscriptionErrorEventArgs)
public virtual void Invoke(object sender, SubscriptionErrorEventArgs args)
Parameters
sender
objectargs
SubscriptionErrorEventArgs