Skip to content

ParticipantId Constructors

Identifies a transaction participant and the protocol roles which it supports.

ParticipantId(string, GrainReference, Role)

View source
public ParticipantId(string name, GrainReference reference, Role supportedRoles)
Initializes a new transaction participant identifier.

Parameters

namestring
The name which identifies the transactional resource within its grain.
referenceGrainReference
The reference to the grain which hosts the participant.
supportedRolesRole
The protocol roles which the participant supports.