Click or drag to resize

PersistentStateDelegatesPersistentStateStatusChangedDelegateBeginInvoke Method

[Missing <summary> documentation for "M:Sportradar.SDK.Common.Interfaces.PersistentStateDelegates.PersistentStateStatusChangedDelegate.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 test_status,
	AsyncCallback callback,
	Object object
)

Parameters

test_status  Boolean

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

callback  AsyncCallback

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

object  Object

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

Return Value

IAsyncResult

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

See Also