Amazon.Route53.AmazonRoute53Client.EndGetCheckerIpRanges C# (CSharp) Méthode

EndGetCheckerIpRanges() public méthode

Finishes the asynchronous execution of the GetCheckerIpRanges operation.
public EndGetCheckerIpRanges ( IAsyncResult asyncResult ) : GetCheckerIpRangesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetCheckerIpRanges.
Résultat GetCheckerIpRangesResponse
        public  GetCheckerIpRangesResponse EndGetCheckerIpRanges(IAsyncResult asyncResult)
        {
            return EndInvoke<GetCheckerIpRangesResponse>(asyncResult);
        }
AmazonRoute53Client