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