StreamSubscription.GrainId プロパティ

定義

グレイン識別子を取得または設定します。

public Orleans.Core.IGrainIdentity GrainId { get; set; }
[Orleans.Id(3)]
public Orleans.Runtime.GrainId GrainId { get; }
member this.GrainId : Orleans.Core.IGrainIdentity with get, set
[<Orleans.Id(3)>]
member this.GrainId : Orleans.Runtime.GrainId
Public Property GrainId As IGrainIdentity
Public ReadOnly Property GrainId As GrainId

プロパティ値

グレイン識別子。

属性

適用対象