Amazon.DirectoryService.AmazonDirectoryServiceClient.EndGetSnapshotLimits C# (CSharp) Метод

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

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.
Результат Amazon.DirectoryService.Model.GetSnapshotLimitsResponse
        public  GetSnapshotLimitsResponse EndGetSnapshotLimits(IAsyncResult asyncResult)
        {
            return EndInvoke<GetSnapshotLimitsResponse>(asyncResult);
        }
AmazonDirectoryServiceClient