Click or drag to resize

SdkConfigurationCommonUniquenessStrictness Property

Verify whether we are the only instance running

Namespace: Sportradar.SDK.Services.SdkConfiguration
Assembly: SdkConfiguration (in SdkConfiguration.dll) Version: 2.28.0.0
Syntax
C#
public int UniquenessStrictness { get; }

Property Value

Int32
Remarks
0 means no checking, 1 means checking but no error, 2 means fail if there are more instances
See Also