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

EndStartExecution() public méthode

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