ParticipantId(string, GrainReference, Role)
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.
