Click or drag to resize

IConnectionProviderStop Method

Stop the connection provider. Opposite of Start().

Namespace: Sportradar.SDK.Common.Interfaces
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
void Stop(
	string opt_protocol_message
)

Parameters

opt_protocol_message  String
Optional message that should be sent before disconnection
See Also