C# Class Org.Openengsb.Loom.CSharp.Bridge.OpenEngSB300.Remote.RemoteObjects.MethodResult

This class represents the return value of an RPC.
Inheritance: IMethodResult
Mostrar archivo Open project: openengsb/loom-csharp Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CreateInstance ( ReturnType type, object arg, string>.IDictionary metaData, string className ) : MethodResult

Creates an instance

Method Details

CreateInstance() public static method

Creates an instance
public static CreateInstance ( ReturnType type, object arg, string>.IDictionary metaData, string className ) : MethodResult
type ReturnType Returntype
arg object Arguments
metaData string>.IDictionary MetaDatas
className string ClassName
return MethodResult