Amazon.DirectoryService.AmazonDirectoryServiceClient.EndGetSnapshotLimits C# (CSharp) Method

EndGetSnapshotLimits() public method

Finishes the asynchronous execution of the GetSnapshotLimits operation.
public EndGetSnapshotLimits ( IAsyncResult asyncResult ) : Amazon.DirectoryService.Model.GetSnapshotLimitsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetSnapshotLimits.
return Amazon.DirectoryService.Model.GetSnapshotLimitsResponse
        public  GetSnapshotLimitsResponse EndGetSnapshotLimits(IAsyncResult asyncResult)
        {
            return EndInvoke<GetSnapshotLimitsResponse>(asyncResult);
        }
AmazonDirectoryServiceClient