Property | Type | Description |
---|
Method | Description | |
---|---|---|
Invoke ( |
||
Invoke ( |
||
Invoke ( |
||
Invoke ( string method ) : object | ||
Invoke ( string method, IDictionary args ) : object | ||
Invoke ( string method, object args ) : object | ||
InvokeVargs ( |
||
InvokeVargs ( string method ) : object | ||
OnResponse ( Jayrock.Json.JsonReader reader, |
Method | Description | |
---|---|---|
OnError ( object errorObject ) : void |
public Invoke ( |
||
returnType | ||
method | string | |
return | object |
public Invoke ( |
||
returnType | ||
method | string | |
args | IDictionary | |
return | object |
public Invoke ( |
||
returnType | ||
method | string | |
args | object | |
return | object |
public Invoke ( string method, IDictionary args ) : object | ||
method | string | |
args | IDictionary | |
return | object |
public Invoke ( string method, object args ) : object | ||
method | string | |
args | object | |
return | object |
public InvokeVargs ( |
||
returnType | ||
method | string | |
return | object |
public InvokeVargs ( string method ) : object | ||
method | string | |
return | object |
protected OnError ( object errorObject ) : void | ||
errorObject | object | |
return | void |
public OnResponse ( Jayrock.Json.JsonReader reader, |
||
reader | Jayrock.Json.JsonReader | |
returnType | ||
return | object |