C# Class Amanda.Client.AmandaClient

Inheritance: System.Dynamic.DynamicObject
显示文件 Open project: MichaelAz/Amanda Class Usage Examples

Public Methods

Method Description
AmandaClient ( string serviceUri ) : System
TryInvokeMember ( InvokeMemberBinder binder, object args, object &result ) : bool

Private Methods

Method Description
DeserializeObjectGraph ( object graph ) : dynamic
InvokeHelper ( string methodName, object args, object &result ) : bool

Method Details

AmandaClient() public method

public AmandaClient ( string serviceUri ) : System
serviceUri string
return System

TryInvokeMember() public method

public TryInvokeMember ( InvokeMemberBinder binder, object args, object &result ) : bool
binder System.Dynamic.InvokeMemberBinder
args object
result object
return bool