Click or drag to resize

SdkStart Method

Starts the SDK instance but does not start the configured feed providers (e.g. LiveScout or LiveOdds). SDK message dispatcher pump will start delivering messages after this.
Remarks
Feed providers should be started explicitly after SDK singleton is started.

Namespace: Sportradar.SDK.Services.Sdk
Assembly: Sdk (in Sdk.dll) Version: 2.28.0.0
Syntax
C#
public void Start()

Implements

IStartableStart
See Also