Click or drag to resize

IConnectionProviderStart(IConnectionData) Method

Start the connection provider (connects to the server and start the automatic reconnection).

Namespace: Sportradar.SDK.Common.Interfaces
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
void Start(
	IConnectionData connection_data
)

Parameters

connection_data  IConnectionData
connection data
See Also