Click or drag to resize

ConnectionProviderDelegatesConnectionDelegateBeginInvoke Method

[Missing <summary> documentation for "M:Sportradar.SDK.Common.Interfaces.ConnectionProviderDelegates.ConnectionDelegate.BeginInvoke(System.Nullable{System.DateTime},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(
	DateTime? time,
	AsyncCallback callback,
	Object object
)

Parameters

time  NullableDateTime

[Missing <param name="time"/> documentation for "M:Sportradar.SDK.Common.Interfaces.ConnectionProviderDelegates.ConnectionDelegate.BeginInvoke(System.Nullable{System.DateTime},System.AsyncCallback,System.Object)"]

callback  AsyncCallback

[Missing <param name="callback"/> documentation for "M:Sportradar.SDK.Common.Interfaces.ConnectionProviderDelegates.ConnectionDelegate.BeginInvoke(System.Nullable{System.DateTime},System.AsyncCallback,System.Object)"]

object  Object

[Missing <param name="object"/> documentation for "M:Sportradar.SDK.Common.Interfaces.ConnectionProviderDelegates.ConnectionDelegate.BeginInvoke(System.Nullable{System.DateTime},System.AsyncCallback,System.Object)"]

Return Value

IAsyncResult

[Missing <returns> documentation for "M:Sportradar.SDK.Common.Interfaces.ConnectionProviderDelegates.ConnectionDelegate.BeginInvoke(System.Nullable{System.DateTime},System.AsyncCallback,System.Object)"]

See Also