Skip to content

ParticipantId Properties

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

Name

get
View source
[Orleans.Id(0)]
public string Name
Gets the name which identifies the participant's transactional resource within its grain.

Reference

get
View source
[Orleans.Id(1)]
public GrainReference Reference
Gets the reference to the grain which hosts the participant.

SupportedRoles

get
View source
[Orleans.Id(2)]
public Role SupportedRoles
Gets the protocol roles which the participant supports.