Amazon.StepFunctions.AmazonStepFunctionsClient.DeleteStateMachineAsync C# (CSharp) Метод

DeleteStateMachineAsync() публичный Метод

Initiates the asynchronous execution of the DeleteStateMachine operation.
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. ///
Результат Task
        public Task<DeleteStateMachineResponse> DeleteStateMachineAsync(DeleteStateMachineRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DeleteStateMachineRequestMarshaller();
            var unmarshaller = DeleteStateMachineResponseUnmarshaller.Instance;

            return InvokeAsync<DeleteStateMachineRequest,DeleteStateMachineResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }