ParticipantId Struct

Definition

[Orleans.Concurrency.Immutable]
[System.Serializable]
public readonly struct ParticipantId
[System.Serializable]
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public readonly struct ParticipantId
[<Orleans.Concurrency.Immutable>]
[<System.Serializable>]
type ParticipantId = struct
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
type ParticipantId = struct
Public Structure ParticipantId
Inheritance
ParticipantId
Attributes

Constructors

ParticipantId(String, GrainReference, ParticipantId+Role)

Fields

Comparer

Properties

Name
Reference
SupportedRoles

Methods

ToString()

Extension Methods

IsManager(ParticipantId)
IsPriorityManager(ParticipantId)
IsResource(ParticipantId)
SupportsRoles(ParticipantId, ParticipantId+Role)

Applies to