Amazon.WAFRegional.AmazonWAFRegionalClient.EndCreateByteMatchSet C# (CSharp) Метод

EndCreateByteMatchSet() публичный Метод

Finishes the asynchronous execution of the CreateByteMatchSet operation.
public EndCreateByteMatchSet ( IAsyncResult asyncResult ) : CreateByteMatchSetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateByteMatchSet.
Результат CreateByteMatchSetResponse
        public  CreateByteMatchSetResponse EndCreateByteMatchSet(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateByteMatchSetResponse>(asyncResult);
        }
AmazonWAFRegionalClient