Interface IRestClientProxyInvoker
Interface for calling a rest endpoint
Assembly: ImageVault.Client.dll
Syntax
public interface IRestClientProxyInvoker
Methods
Call(String, String, Object, Type)
Declaration
object Call(string name, string method, object argument, Type returnType)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
method |
|
System.Object |
argument |
|
System.Type |
returnType |
|
Returns
Type |
Description |
System.Object |
|
Call(String, String, Object, Type, ApiVersion)
Declaration
object Call(string name, string method, object argument, Type returnType, ApiVersion version)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
method |
|
System.Object |
argument |
|
System.Type |
returnType |
|
ApiVersion |
version |
|
Returns
Type |
Description |
System.Object |
|
Extension Methods