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

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

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