ParticipantId 構造体

定義

[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
継承
ParticipantId
属性

コンストラクター

ParticipantId(String, GrainReference, ParticipantId+Role)

フィールド

Comparer

プロパティ

Name
Reference
SupportedRoles

メソッド

ToString()

拡張メソッド

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

適用対象