ParticipantId(String, GrainReference, ParticipantId+Role) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ParticipantId (string name, Orleans.Runtime.GrainReference reference, Orleans.Transactions.ParticipantId.Role supportedRoles);
new Orleans.Transactions.ParticipantId : string * Orleans.Runtime.GrainReference * Orleans.Transactions.ParticipantId.Role -> Orleans.Transactions.ParticipantId
Public Sub New (name As String, reference As GrainReference, supportedRoles As ParticipantId.Role)
Parameters
- name
- String
- reference
- GrainReference
- supportedRoles
- ParticipantId.Role