C# Class Amanda.Client.AmandaClient

Inheritance: System.Dynamic.DynamicObject
Afficher le fichier Open project: MichaelAz/Amanda Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

AmandaClient() public méthode

public AmandaClient ( string serviceUri ) : System
serviceUri string
Résultat System

TryInvokeMember() public méthode

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