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

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

Finishes the asynchronous execution of the StopExecution operation.
public EndStopExecution ( IAsyncResult asyncResult ) : StopExecutionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStopExecution.
Результат Amazon.StepFunctions.Model.StopExecutionResponse
        public  StopExecutionResponse EndStopExecution(IAsyncResult asyncResult)
        {
            return EndInvoke<StopExecutionResponse>(asyncResult);
        }