Amazon.WAF.AmazonWAFClient.EndCreateWebACL C# (CSharp) 메소드

EndCreateWebACL() 공개 메소드

Finishes the asynchronous execution of the CreateWebACL operation.
public EndCreateWebACL ( IAsyncResult asyncResult ) : CreateWebACLResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateWebACL.
리턴 Amazon.WAF.Model.CreateWebACLResponse
        public  CreateWebACLResponse EndCreateWebACL(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateWebACLResponse>(asyncResult);
        }
AmazonWAFClient