Property | Type | Description | |
---|---|---|---|
Args | object[] | ||
Contract | string | ||
Id | System.Guid | ||
Receiver | ActorRef | ||
Response | |||
Sender | ActorRef | ||
Type | MessageType |
Method | Description | |
---|---|---|
GetContractFromMethodInfo ( |
||
Message ( System.Guid id, ActorRef sender, ActorRef receiver, string contract, MessageType type, |
||
ToString ( ) : string |
public static GetContractFromMethodInfo ( |
||
methodInfo | ||
return | string |
public Message ( System.Guid id, ActorRef sender, ActorRef receiver, string contract, MessageType type, |
||
id | System.Guid | |
sender | ActorRef | |
receiver | ActorRef | |
contract | string | |
type | MessageType | |
responseType | ||
args | object | |
return | System |