Click or drag to resize

MessageDispatcherDelegatesDispatcherHealthStatusDelegateBeginInvoke Method

[Missing <summary> documentation for "M:Sportradar.SDK.Common.Interfaces.MessageDispatcherDelegates.DispatcherHealthStatusDelegate.BeginInvoke(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(
	bool health_status,
	AsyncCallback callback,
	Object object
)

Parameters

health_status  Boolean

[Missing <param name="health_status"/> documentation for "M:Sportradar.SDK.Common.Interfaces.MessageDispatcherDelegates.DispatcherHealthStatusDelegate.BeginInvoke(System.Boolean,System.AsyncCallback,System.Object)"]

callback  AsyncCallback

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

object  Object

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

Return Value

IAsyncResult

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

See Also