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);
        }