Amazon.ElastiCache.AmazonElastiCacheClient.EndDescribeSnapshots C# (CSharp) 메소드

EndDescribeSnapshots() 공개 메소드

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