C# Class FinalesFunkeln.Extensibility.Events.RemoteProcedureCallResponseEventArgs

Inheritance: RemoteProcedureCallEventArgs
Afficher le fichier Open project: frostycpu/FinalesFunkeln Class Usage Examples

Méthodes publiques

Свойство Type Description
ResponseBody dynamic

Méthodes publiques

Méthode Description
RemoteProcedureCallResponseEventArgs ( string destination, string operation, dynamic parameters, dynamic responseBody, bool invokedByProxy = false ) : System

Method Details

RemoteProcedureCallResponseEventArgs() public méthode

public RemoteProcedureCallResponseEventArgs ( string destination, string operation, dynamic parameters, dynamic responseBody, bool invokedByProxy = false ) : System
destination string
operation string
parameters dynamic
responseBody dynamic
invokedByProxy bool
Résultat System

Property Details

ResponseBody public_oe property

public dynamic ResponseBody
Résultat dynamic