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

EndCreateStateMachine() public méthode

Finishes the asynchronous execution of the CreateStateMachine operation.
public EndCreateStateMachine ( IAsyncResult asyncResult ) : CreateStateMachineResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateStateMachine.
Résultat Amazon.StepFunctions.Model.CreateStateMachineResponse
        public  CreateStateMachineResponse EndCreateStateMachine(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateStateMachineResponse>(asyncResult);
        }