C# Class Droog.Calculon.Backstage.Message

Afficher le fichier Open project: sdether/Calculon

Méthodes publiques

Свойство Type Description
Args object[]
Contract string
Id System.Guid
Receiver ActorRef
Response System.Type
Sender ActorRef
Type MessageType

Méthodes publiques

Méthode Description
GetContractFromMethodInfo ( MethodInfo methodInfo ) : string
Message ( System.Guid id, ActorRef sender, ActorRef receiver, string contract, MessageType type, Type responseType, object args ) : System
ToString ( ) : string

Method Details

GetContractFromMethodInfo() public static méthode

public static GetContractFromMethodInfo ( MethodInfo methodInfo ) : string
methodInfo System.Reflection.MethodInfo
Résultat string

Message() public méthode

public Message ( System.Guid id, ActorRef sender, ActorRef receiver, string contract, MessageType type, Type responseType, object args ) : System
id System.Guid
sender ActorRef
receiver ActorRef
contract string
type MessageType
responseType System.Type
args object
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Args public_oe property

public object[] Args
Résultat object[]

Contract public_oe property

public string Contract
Résultat string

Id public_oe property

public Guid,System Id
Résultat System.Guid

Receiver public_oe property

public ActorRef Receiver
Résultat ActorRef

Response public_oe property

public Type,System Response
Résultat System.Type

Sender public_oe property

public ActorRef Sender
Résultat ActorRef

Type public_oe property

public MessageType Type
Résultat MessageType