Skip to content

ParticipantId

struct

Namespace: Orleans.Transactions

Identifies a transaction participant and the protocol roles which it supports.
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public readonly struct ParticipantId : IEquatable<ParticipantId>

Constructors

Properties

  • Name Gets the name which identifies the participant's transactional resource within its grain.
  • Reference Gets the reference to the grain which hosts the participant.
  • SupportedRoles Gets the protocol roles which the participant supports.

Methods

Fields