Amazon.WAF.AmazonWAFClient.EndGetChangeToken C# (CSharp) Method

EndGetChangeToken() public method

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