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