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

EndUpdateByteMatchSet() 공개 메소드

Finishes the asynchronous execution of the UpdateByteMatchSet operation.
public EndUpdateByteMatchSet ( IAsyncResult asyncResult ) : UpdateByteMatchSetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateByteMatchSet.
리턴 Amazon.WAF.Model.UpdateByteMatchSetResponse
        public  UpdateByteMatchSetResponse EndUpdateByteMatchSet(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateByteMatchSetResponse>(asyncResult);
        }
AmazonWAFClient