Click or drag to resize

SdkConfigurationDelegatesConfigReloadedDelegateBeginInvoke Method

[Missing <summary> documentation for "M:Sportradar.SDK.Services.SdkConfiguration.SdkConfigurationDelegates.ConfigReloadedDelegate.BeginInvoke(System.AsyncCallback,System.Object)"]


Namespace: Sportradar.SDK.Services.SdkConfiguration
Assembly: SdkConfiguration (in SdkConfiguration.dll) Version: 2.28.0.0
Syntax
C#
public virtual IAsyncResult BeginInvoke(
	AsyncCallback callback,
	Object object
)

Parameters

callback  AsyncCallback

[Missing <param name="callback"/> documentation for "M:Sportradar.SDK.Services.SdkConfiguration.SdkConfigurationDelegates.ConfigReloadedDelegate.BeginInvoke(System.AsyncCallback,System.Object)"]

object  Object

[Missing <param name="object"/> documentation for "M:Sportradar.SDK.Services.SdkConfiguration.SdkConfigurationDelegates.ConfigReloadedDelegate.BeginInvoke(System.AsyncCallback,System.Object)"]

Return Value

IAsyncResult

[Missing <returns> documentation for "M:Sportradar.SDK.Services.SdkConfiguration.SdkConfigurationDelegates.ConfigReloadedDelegate.BeginInvoke(System.AsyncCallback,System.Object)"]

See Also