ParticipantId(String, GrainReference, ParticipantId+Role) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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)
参数
- name
- String
- reference
- GrainReference
- supportedRoles
- ParticipantId.Role