Property | Type | Description | |
---|---|---|---|
ChildProtocolCompletedMsg | Dictionary |
||
ChildProtocolOutstandingCount | int>.Dictionary | ||
ChildProtocolSubmissionOrder | List | ||
ParentProtocols | ulong>.Dictionary | ||
RegisteredProtocols | Protocol>.Dictionary |
Method | Description | |
---|---|---|
Broadcast ( |
||
ExecuteSubProtocol ( |
||
ExecuteSubProtocols ( |
||
GetHashCode ( ) : int | ||
Multicast ( |
||
Party ( ) : System | ||
Receive ( int fromId, ulong protocolId, |
||
RegisterProtocol ( |
||
Reset ( ) : void | ||
Send ( |
||
Send ( |
Sends the i-th message to the i-th party.
|
|
Send ( |
||
Start ( ) : void |
Initiates the party protocol.
|
|
ToString ( ) : string |
Method | Description | |
---|---|---|
CheckCompleted ( |
public Broadcast ( |
||
protocol | ||
msg | ||
delay | int | |
return | void |
public ExecuteSubProtocol ( |
||
current | ||
child | ||
return | void |
public ExecuteSubProtocols ( |
||
current | ||
subProtocols | IEnumerable |
|
return | void |
public Multicast ( |
||
protocol | ||
msg | ||
toIds | IEnumerable |
|
delay | int | |
return | void |
public Receive ( int fromId, ulong protocolId, |
||
fromId | int | |
protocolId | ulong | |
msg | ||
return | void |
public RegisterProtocol ( |
||
parent | ||
child | ||
return | void |
public Send ( |
||
protocol | ||
msgs | ICollection |
|
recipients | ICollection |
|
delay | int | |
return | void |
public Send ( |
||
protocol | ||
msgs | ICollection |
|
delay | int | |
return | void |
public Send ( |
||
protocol | ||
toId | int | |
msg | ||
delay | int | |
return | void |
protected Dictionary |
||
return | Dictionary |
protected Dictionary |
||
return | int>.Dictionary |
protected Dictionary |
||
return | List |