Düzenle

Aracılığıyla paylaş


StreamSubscription.GrainId Property

Definition

Gets or sets the grain identifier.

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

Property Value

The grain identifier.

Attributes

Applies to