GeneratedBatchContainer.RealToken Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the real token.
public Orleans.Providers.Streams.Common.EventSequenceTokenV2 RealToken { get; }
[Orleans.Id(1)]
public Orleans.Providers.Streams.Common.EventSequenceTokenV2 RealToken { get; }
member this.RealToken : Orleans.Providers.Streams.Common.EventSequenceTokenV2
[<Orleans.Id(1)>]
member this.RealToken : Orleans.Providers.Streams.Common.EventSequenceTokenV2
Public ReadOnly Property RealToken As EventSequenceTokenV2
Property Value
The real token.
- Attributes