Amazon.StepFunctions.AmazonStepFunctionsClient.EndStopExecution C# (CSharp) Méthode

EndStopExecution() public méthode

Finishes the asynchronous execution of the StopExecution operation.
public EndStopExecution ( IAsyncResult asyncResult ) : StopExecutionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStopExecution.
Résultat Amazon.StepFunctions.Model.StopExecutionResponse
        public  StopExecutionResponse EndStopExecution(IAsyncResult asyncResult)
        {
            return EndInvoke<StopExecutionResponse>(asyncResult);
        }