Click or drag to resize

IConnectionProviderError Method

Note: This API is now obsolete.

Start immediate error recovery. Usually due to an error on the upper layer.

Namespace: Sportradar.SDK.Common.Interfaces
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
[ObsoleteAttribute]
void Error(
	string opt_protocol_message,
	string log_message
)

Parameters

opt_protocol_message  String
Optional message that should be sent before disconnection
log_message  String
Informative error description
See Also