Method | Description | |
---|---|---|
ExecuteActionAsync ( string actionName, object>.Dictionary |
Executes the action.
|
|
ExecuteActionAsync ( string actionName, string>.Dictionary |
Executes the action.
|
|
ExecutionsApi ( ISt2Client host ) : System |
Initializes a new instance of the TonyBaloney.St2.Client.Apis.ExecutionsApi class.
|
|
GetExecutionAsync ( string id ) : Task |
Gets execution.
|
|
GetExecutionsAsync ( int limit = 5 ) : Task |
Gets a list of executions.
|
|
GetExecutionsForActionAsync ( string actionName, int limit = 5 ) : Task |
Gets executions for action.
|
public ExecuteActionAsync ( string actionName, object>.Dictionary |
||
actionName | string | Name of the action. |
parameters | object>.Dictionary | The parameters for the given action. |
return | Task |
public ExecuteActionAsync ( string actionName, string>.Dictionary |
||
actionName | string | Name of the action. |
parameters | string>.Dictionary | The parameters for the given action. |
return | Task |
public ExecutionsApi ( ISt2Client host ) : System | ||
host | ISt2Client | The host. |
return | System |
public GetExecutionAsync ( string id ) : Task |
||
id | string | The identifier. |
return | Task |
public GetExecutionsAsync ( int limit = 5 ) : Task |
||
limit | int | The number of items to return (default 5). |
return | Task |
public GetExecutionsForActionAsync ( string actionName, int limit = 5 ) : Task |
||
actionName | string | Name of the action. |
limit | int | The number of items to return (default 5). |
return | Task |