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

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

Finishes the asynchronous execution of the DeleteStateMachine operation.
public EndDeleteStateMachine ( IAsyncResult asyncResult ) : DeleteStateMachineResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteStateMachine.
Результат DeleteStateMachineResponse
        public  DeleteStateMachineResponse EndDeleteStateMachine(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteStateMachineResponse>(asyncResult);
        }