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