CommitRecord.WriteParticipants 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public System.Collections.Generic.List<Orleans.Transactions.ParticipantId> WriteParticipants { get; set; }
[Orleans.Id(1)]
public System.Collections.Generic.List<Orleans.Transactions.ParticipantId> WriteParticipants { get; set; }
member this.WriteParticipants : System.Collections.Generic.List<Orleans.Transactions.ParticipantId> with get, set
[<Orleans.Id(1)>]
member this.WriteParticipants : System.Collections.Generic.List<Orleans.Transactions.ParticipantId> with get, set
Public Property WriteParticipants As List(Of ParticipantId)
屬性值
- 屬性