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