Amazon.StepFunctions.AmazonStepFunctionsClient.EndCreateStateMachine C# (CSharp) Метод

EndCreateStateMachine() публичный Метод

Finishes the asynchronous execution of the CreateStateMachine operation.
public EndCreateStateMachine ( IAsyncResult asyncResult ) : CreateStateMachineResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateStateMachine.
Результат Amazon.StepFunctions.Model.CreateStateMachineResponse
        public  CreateStateMachineResponse EndCreateStateMachine(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateStateMachineResponse>(asyncResult);
        }