Share via


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)

适用于