Amazon.WAF.AmazonWAFClient.EndGetChangeToken C# (CSharp) Метод

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

Finishes the asynchronous execution of the GetChangeToken operation.
public EndGetChangeToken ( IAsyncResult asyncResult ) : GetChangeTokenResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetChangeToken.
Результат Amazon.WAF.Model.GetChangeTokenResponse
        public  GetChangeTokenResponse EndGetChangeToken(IAsyncResult asyncResult)
        {
            return EndInvoke<GetChangeTokenResponse>(asyncResult);
        }
AmazonWAFClient