Click or drag to resize

SdkInitialize(String, IDeadLetterQueue) Method

Initialize the SDK.

Namespace: Sportradar.SDK.Services.Sdk
Assembly: Sdk (in Sdk.dll) Version: 2.28.0.0
Syntax
C#
public void Initialize(
	string section_name,
	IDeadLetterQueue dead_letter_queue = null
)

Parameters

section_name  String
Name of the section in the configuration file
dead_letter_queue  IDeadLetterQueue  (Optional)
Optional interface where a client can be notified about messages that could not be delivered (can be null)
See Also