StreamSubscription.GrainId 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 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