Click or drag to resize

ConnectionProviderDelegatesCommunicationErrorDelegateBeginInvoke Method

[Missing <summary> documentation for "M:Sportradar.SDK.Common.Interfaces.ConnectionProviderDelegates.CommunicationErrorDelegate.BeginInvoke(System.Exception,System.Boolean,System.AsyncCallback,System.Object)"]


Namespace: Sportradar.SDK.Common.Interfaces
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
public virtual IAsyncResult BeginInvoke(
	Exception exception,
	bool is_fatal,
	AsyncCallback callback,
	Object object
)

Parameters

exception  Exception

[Missing <param name="exception"/> documentation for "M:Sportradar.SDK.Common.Interfaces.ConnectionProviderDelegates.CommunicationErrorDelegate.BeginInvoke(System.Exception,System.Boolean,System.AsyncCallback,System.Object)"]

is_fatal  Boolean

[Missing <param name="is_fatal"/> documentation for "M:Sportradar.SDK.Common.Interfaces.ConnectionProviderDelegates.CommunicationErrorDelegate.BeginInvoke(System.Exception,System.Boolean,System.AsyncCallback,System.Object)"]

callback  AsyncCallback

[Missing <param name="callback"/> documentation for "M:Sportradar.SDK.Common.Interfaces.ConnectionProviderDelegates.CommunicationErrorDelegate.BeginInvoke(System.Exception,System.Boolean,System.AsyncCallback,System.Object)"]

object  Object

[Missing <param name="object"/> documentation for "M:Sportradar.SDK.Common.Interfaces.ConnectionProviderDelegates.CommunicationErrorDelegate.BeginInvoke(System.Exception,System.Boolean,System.AsyncCallback,System.Object)"]

Return Value

IAsyncResult

[Missing <returns> documentation for "M:Sportradar.SDK.Common.Interfaces.ConnectionProviderDelegates.CommunicationErrorDelegate.BeginInvoke(System.Exception,System.Boolean,System.AsyncCallback,System.Object)"]

See Also