Amazon.StepFunctions.AmazonStepFunctionsClient.EndStartExecution C# (CSharp) 메소드

EndStartExecution() 공개 메소드

Finishes the asynchronous execution of the StartExecution operation.
public EndStartExecution ( IAsyncResult asyncResult ) : StartExecutionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStartExecution.
리턴 Amazon.StepFunctions.Model.StartExecutionResponse
        public  StartExecutionResponse EndStartExecution(IAsyncResult asyncResult)
        {
            return EndInvoke<StartExecutionResponse>(asyncResult);
        }