Méthode | Description | |
---|---|---|
AmazonStepFunctionsClient ( ) : System |
Constructs AmazonStepFunctionsClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonStepFunctionsClient ( |
Constructs AmazonStepFunctionsClient with AWS Credentials
|
|
AmazonStepFunctionsClient ( |
Constructs AmazonStepFunctionsClient with AWS Credentials and an AmazonStepFunctionsClient Configuration object.
|
|
AmazonStepFunctionsClient ( |
Constructs AmazonStepFunctionsClient with AWS Credentials
|
|
AmazonStepFunctionsClient ( |
Constructs AmazonStepFunctionsClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonStepFunctionsClient ( RegionEndpoint region ) : System |
Constructs AmazonStepFunctionsClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonStepFunctionsClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System |
Constructs AmazonStepFunctionsClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonStepFunctionsClient ( string awsAccessKeyId, string awsSecretAccessKey, |
Constructs AmazonStepFunctionsClient with AWS Access Key ID, AWS Secret Key and an AmazonStepFunctionsClient Configuration object.
|
|
AmazonStepFunctionsClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System |
Constructs AmazonStepFunctionsClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonStepFunctionsClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System |
Constructs AmazonStepFunctionsClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonStepFunctionsClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
Constructs AmazonStepFunctionsClient with AWS Access Key ID, AWS Secret Key and an AmazonStepFunctionsClient Configuration object.
|
|
AmazonStepFunctionsClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System |
Constructs AmazonStepFunctionsClient with AWS Access Key ID and AWS Secret Key
|
|
BeginCreateActivity ( |
Initiates the asynchronous execution of the CreateActivity operation.
|
|
BeginCreateStateMachine ( CreateStateMachineRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the CreateStateMachine operation.
|
|
BeginDeleteActivity ( |
Initiates the asynchronous execution of the DeleteActivity operation.
|
|
BeginDeleteStateMachine ( DeleteStateMachineRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DeleteStateMachine operation.
|
|
BeginDescribeActivity ( |
Initiates the asynchronous execution of the DescribeActivity operation.
|
|
BeginDescribeExecution ( |
Initiates the asynchronous execution of the DescribeExecution operation.
|
|
BeginDescribeStateMachine ( |
Initiates the asynchronous execution of the DescribeStateMachine operation.
|
|
BeginGetActivityTask ( |
Initiates the asynchronous execution of the GetActivityTask operation.
|
|
BeginGetExecutionHistory ( |
Initiates the asynchronous execution of the GetExecutionHistory operation.
|
|
BeginListActivities ( |
Initiates the asynchronous execution of the ListActivities operation.
|
|
BeginListExecutions ( |
Initiates the asynchronous execution of the ListExecutions operation.
|
|
BeginListStateMachines ( |
Initiates the asynchronous execution of the ListStateMachines operation.
|
|
BeginSendTaskFailure ( |
Initiates the asynchronous execution of the SendTaskFailure operation.
|
|
BeginSendTaskHeartbeat ( |
Initiates the asynchronous execution of the SendTaskHeartbeat operation.
|
|
BeginSendTaskSuccess ( |
Initiates the asynchronous execution of the SendTaskSuccess operation.
|
|
BeginStartExecution ( |
Initiates the asynchronous execution of the StartExecution operation.
|
|
BeginStopExecution ( |
Initiates the asynchronous execution of the StopExecution operation.
|
|
CreateActivityAsync ( |
Initiates the asynchronous execution of the CreateActivity operation.
|
|
CreateStateMachineAsync ( CreateStateMachineRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the CreateStateMachine operation.
|
|
DeleteActivityAsync ( |
Initiates the asynchronous execution of the DeleteActivity operation.
|
|
DeleteStateMachineAsync ( DeleteStateMachineRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DeleteStateMachine operation.
|
|
DescribeActivityAsync ( |
Initiates the asynchronous execution of the DescribeActivity operation.
|
|
DescribeExecutionAsync ( |
Initiates the asynchronous execution of the DescribeExecution operation.
|
|
DescribeStateMachineAsync ( |
Initiates the asynchronous execution of the DescribeStateMachine operation.
|
|
EndCreateActivity ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the CreateActivity operation.
|
|
EndCreateStateMachine ( IAsyncResult asyncResult ) : CreateStateMachineResponse |
Finishes the asynchronous execution of the CreateStateMachine operation.
|
|
EndDeleteActivity ( IAsyncResult asyncResult ) : DeleteActivityResponse |
Finishes the asynchronous execution of the DeleteActivity operation.
|
|
EndDeleteStateMachine ( IAsyncResult asyncResult ) : DeleteStateMachineResponse |
Finishes the asynchronous execution of the DeleteStateMachine operation.
|
|
EndDescribeActivity ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeActivity operation.
|
|
EndDescribeExecution ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeExecution operation.
|
|
EndDescribeStateMachine ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeStateMachine operation.
|
|
EndGetActivityTask ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the GetActivityTask operation.
|
|
EndGetExecutionHistory ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the GetExecutionHistory operation.
|
|
EndListActivities ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListActivities operation.
|
|
EndListExecutions ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListExecutions operation.
|
|
EndListStateMachines ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListStateMachines operation.
|
|
EndSendTaskFailure ( IAsyncResult asyncResult ) : SendTaskFailureResponse |
Finishes the asynchronous execution of the SendTaskFailure operation.
|
|
EndSendTaskHeartbeat ( IAsyncResult asyncResult ) : SendTaskHeartbeatResponse |
Finishes the asynchronous execution of the SendTaskHeartbeat operation.
|
|
EndSendTaskSuccess ( IAsyncResult asyncResult ) : SendTaskSuccessResponse |
Finishes the asynchronous execution of the SendTaskSuccess operation.
|
|
EndStartExecution ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the StartExecution operation.
|
|
EndStopExecution ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the StopExecution operation.
|
|
GetActivityTaskAsync ( |
Initiates the asynchronous execution of the GetActivityTask operation.
|
|
GetExecutionHistoryAsync ( |
Initiates the asynchronous execution of the GetExecutionHistory operation.
|
|
ListActivitiesAsync ( |
Initiates the asynchronous execution of the ListActivities operation.
|
|
ListExecutionsAsync ( |
Initiates the asynchronous execution of the ListExecutions operation.
|
|
ListStateMachinesAsync ( |
Initiates the asynchronous execution of the ListStateMachines operation.
|
|
SendTaskFailureAsync ( |
Initiates the asynchronous execution of the SendTaskFailure operation.
|
|
SendTaskHeartbeatAsync ( |
Initiates the asynchronous execution of the SendTaskHeartbeat operation.
|
|
SendTaskSuccessAsync ( |
Initiates the asynchronous execution of the SendTaskSuccess operation.
|
|
StartExecutionAsync ( |
Initiates the asynchronous execution of the StartExecution operation.
|
|
StopExecutionAsync ( |
Initiates the asynchronous execution of the StopExecution operation.
|
Méthode | Description | |
---|---|---|
CreateSigner ( ) : |
Creates the signer for the service.
|
|
Dispose ( bool disposing ) : void |
Disposes the service client.
|
Méthode | Description | |
---|---|---|
CreateActivity ( |
||
CreateStateMachine ( CreateStateMachineRequest request ) : CreateStateMachineResponse | ||
DeleteActivity ( |
||
DeleteStateMachine ( DeleteStateMachineRequest request ) : DeleteStateMachineResponse | ||
DescribeActivity ( |
||
DescribeExecution ( |
||
DescribeStateMachine ( |
||
GetActivityTask ( |
||
GetExecutionHistory ( |
||
ListActivities ( |
||
ListExecutions ( |
||
ListStateMachines ( |
||
SendTaskFailure ( |
||
SendTaskHeartbeat ( |
||
SendTaskSuccess ( |
||
StartExecution ( |
||
StopExecution ( |
public AmazonStepFunctionsClient ( ) : System | ||
Résultat | System |
public AmazonStepFunctionsClient ( |
||
credentials | AWS Credentials | |
Résultat | System |
public AmazonStepFunctionsClient ( |
||
credentials | AWS Credentials | |
clientConfig | The AmazonStepFunctionsClient Configuration Object | |
Résultat | System |
public AmazonStepFunctionsClient ( |
||
credentials | AWS Credentials | |
region | RegionEndpoint | The region to connect. |
Résultat | System |
public AmazonStepFunctionsClient ( |
||
config | The AmazonStepFunctionsClient Configuration Object | |
Résultat | System |
public AmazonStepFunctionsClient ( RegionEndpoint region ) : System | ||
region | RegionEndpoint | The region to connect. |
Résultat | System |
public AmazonStepFunctionsClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
Résultat | System |
public AmazonStepFunctionsClient ( string awsAccessKeyId, string awsSecretAccessKey, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
clientConfig | The AmazonStepFunctionsClient Configuration Object | |
Résultat | System |
public AmazonStepFunctionsClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
region | RegionEndpoint | The region to connect. |
Résultat | System |
public AmazonStepFunctionsClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
Résultat | System |
public AmazonStepFunctionsClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
clientConfig | The AmazonStepFunctionsClient Configuration Object | |
Résultat | System |
public AmazonStepFunctionsClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
region | RegionEndpoint | The region to connect. |
Résultat | System |
public BeginCreateActivity ( |
||
request | Container for the necessary parameters to execute the CreateActivity operation on AmazonStepFunctionsClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginCreateStateMachine ( CreateStateMachineRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | Amazon.StepFunctions.Model.CreateStateMachineRequest | Container for the necessary parameters to execute the CreateStateMachine operation on AmazonStepFunctionsClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginDeleteActivity ( |
||
request | Container for the necessary parameters to execute the DeleteActivity operation on AmazonStepFunctionsClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginDeleteStateMachine ( DeleteStateMachineRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | Amazon.StepFunctions.Model.DeleteStateMachineRequest | Container for the necessary parameters to execute the DeleteStateMachine operation on AmazonStepFunctionsClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginDescribeActivity ( |
||
request | Container for the necessary parameters to execute the DescribeActivity operation on AmazonStepFunctionsClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginDescribeExecution ( |
||
request | Container for the necessary parameters to execute the DescribeExecution operation on AmazonStepFunctionsClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginDescribeStateMachine ( |
||
request | Container for the necessary parameters to execute the DescribeStateMachine operation on AmazonStepFunctionsClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginGetActivityTask ( |
||
request | Container for the necessary parameters to execute the GetActivityTask operation on AmazonStepFunctionsClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginGetExecutionHistory ( |
||
request | Container for the necessary parameters to execute the GetExecutionHistory operation on AmazonStepFunctionsClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginListActivities ( |
||
request | Container for the necessary parameters to execute the ListActivities operation on AmazonStepFunctionsClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginListExecutions ( |
||
request | Container for the necessary parameters to execute the ListExecutions operation on AmazonStepFunctionsClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginListStateMachines ( |
||
request | Container for the necessary parameters to execute the ListStateMachines operation on AmazonStepFunctionsClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginSendTaskFailure ( |
||
request | Container for the necessary parameters to execute the SendTaskFailure operation on AmazonStepFunctionsClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginSendTaskHeartbeat ( |
||
request | Container for the necessary parameters to execute the SendTaskHeartbeat operation on AmazonStepFunctionsClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginSendTaskSuccess ( |
||
request | Container for the necessary parameters to execute the SendTaskSuccess operation on AmazonStepFunctionsClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginStartExecution ( |
||
request | Container for the necessary parameters to execute the StartExecution operation on AmazonStepFunctionsClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginStopExecution ( |
||
request | Container for the necessary parameters to execute the StopExecution operation on AmazonStepFunctionsClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public CreateActivityAsync ( |
||
request | Container for the necessary parameters to execute the CreateActivity operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
protected CreateSigner ( ) : |
||
Résultat |
public CreateStateMachineAsync ( CreateStateMachineRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | Amazon.StepFunctions.Model.CreateStateMachineRequest | Container for the necessary parameters to execute the CreateStateMachine operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public DeleteActivityAsync ( |
||
request | Container for the necessary parameters to execute the DeleteActivity operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public DeleteStateMachineAsync ( DeleteStateMachineRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | Amazon.StepFunctions.Model.DeleteStateMachineRequest | Container for the necessary parameters to execute the DeleteStateMachine operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public DescribeActivityAsync ( |
||
request | Container for the necessary parameters to execute the DescribeActivity operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public DescribeExecutionAsync ( |
||
request | Container for the necessary parameters to execute the DescribeExecution operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public DescribeStateMachineAsync ( |
||
request | Container for the necessary parameters to execute the DescribeStateMachine operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public EndCreateActivity ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreateActivity. |
Résultat |
public EndCreateStateMachine ( IAsyncResult asyncResult ) : CreateStateMachineResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreateStateMachine. |
Résultat | Amazon.StepFunctions.Model.CreateStateMachineResponse |
public EndDeleteActivity ( IAsyncResult asyncResult ) : DeleteActivityResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteActivity. |
Résultat | DeleteActivityResponse |
public EndDeleteStateMachine ( IAsyncResult asyncResult ) : DeleteStateMachineResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteStateMachine. |
Résultat | DeleteStateMachineResponse |
public EndDescribeActivity ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeActivity. |
Résultat |
public EndDescribeExecution ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeExecution. |
Résultat |
public EndDescribeStateMachine ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeStateMachine. |
Résultat |
public EndGetActivityTask ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetActivityTask. |
Résultat |
public EndGetExecutionHistory ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetExecutionHistory. |
Résultat |
public EndListActivities ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListActivities. |
Résultat |
public EndListExecutions ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListExecutions. |
Résultat |
public EndListStateMachines ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListStateMachines. |
Résultat |
public EndSendTaskFailure ( IAsyncResult asyncResult ) : SendTaskFailureResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginSendTaskFailure. |
Résultat | SendTaskFailureResponse |
public EndSendTaskHeartbeat ( IAsyncResult asyncResult ) : SendTaskHeartbeatResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginSendTaskHeartbeat. |
Résultat | SendTaskHeartbeatResponse |
public EndSendTaskSuccess ( IAsyncResult asyncResult ) : SendTaskSuccessResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginSendTaskSuccess. |
Résultat | SendTaskSuccessResponse |
public EndStartExecution ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginStartExecution. |
Résultat |
public EndStopExecution ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginStopExecution. |
Résultat |
public GetActivityTaskAsync ( |
||
request | Container for the necessary parameters to execute the GetActivityTask operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public GetExecutionHistoryAsync ( |
||
request | Container for the necessary parameters to execute the GetExecutionHistory operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public ListActivitiesAsync ( |
||
request | Container for the necessary parameters to execute the ListActivities operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public ListExecutionsAsync ( |
||
request | Container for the necessary parameters to execute the ListExecutions operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public ListStateMachinesAsync ( |
||
request | Container for the necessary parameters to execute the ListStateMachines operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public SendTaskFailureAsync ( |
||
request | Container for the necessary parameters to execute the SendTaskFailure operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public SendTaskHeartbeatAsync ( |
||
request | Container for the necessary parameters to execute the SendTaskHeartbeat operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public SendTaskSuccessAsync ( |
||
request | Container for the necessary parameters to execute the SendTaskSuccess operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public StartExecutionAsync ( |
||
request | Container for the necessary parameters to execute the StartExecution operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public StopExecutionAsync ( |
||
request | Container for the necessary parameters to execute the StopExecution operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |