Represents the data required to invoke an RPC message. More...
Public Member Functions | |
override string | ToString () |
Returns a string that represents the current RpcInvokeData. More... | |
Public Attributes | |
RpcInvokeDelegate | Delegate |
Represents the delegate to be invoked for the RPC message. More... | |
int | Key |
Represents the key associated with the RPC message. More... | |
int | Sources |
Represents the sources of the RPC message. More... | |
int | Targets |
Represents the targets of the RPC message. More... | |
Represents the data required to invoke an RPC message.
override string ToString | ( | ) |
Returns a string that represents the current RpcInvokeData.
RpcInvokeDelegate Delegate |
Represents the delegate to be invoked for the RPC message.
int Key |
Represents the key associated with the RPC message.
int Sources |
Represents the sources of the RPC message.
int Targets |
Represents the targets of the RPC message.