Click or drag to resize

cashoutIsStateful Property

When override in derived class, it gets a value indicating whether current message is state-ful

Namespace: Sportradar.OddsFeed.SDK.Messages.REST
Assembly: Sportradar.OddsFeed.SDK.Messages (in Sportradar.OddsFeed.SDK.Messages.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public override bool IsStateful { get; }

Property Value

Boolean
true if this instance is stateful; otherwise, false.
See Also