Amazon.WAFRegional.AmazonWAFRegionalClient.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 GetChangeTokenResponse
        public  GetChangeTokenResponse EndGetChangeToken(IAsyncResult asyncResult)
        {
            return EndInvoke<GetChangeTokenResponse>(asyncResult);
        }
AmazonWAFRegionalClient