Amazon.CloudFormation.AmazonCloudFormationClient.EndCreateStack C# (CSharp) 메소드

EndCreateStack() 공개 메소드

Finishes the asynchronous execution of the CreateStack operation.
public EndCreateStack ( IAsyncResult asyncResult ) : CreateStackResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateStack.
리턴 CreateStackResponse
        public  CreateStackResponse EndCreateStack(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateStackResponse>(asyncResult);
        }
AmazonCloudFormationClient