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

EndDescribeSnapshots() public method

Finishes the asynchronous execution of the DescribeSnapshots operation.
public EndDescribeSnapshots ( IAsyncResult asyncResult ) : Amazon.DirectoryService.Model.DescribeSnapshotsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeSnapshots.
return Amazon.DirectoryService.Model.DescribeSnapshotsResponse
        public  DescribeSnapshotsResponse EndDescribeSnapshots(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeSnapshotsResponse>(asyncResult);
        }
AmazonDirectoryServiceClient