Amazon.ElastiCache.AmazonElastiCacheClient.EndDescribeSnapshots C# (CSharp) Method

EndDescribeSnapshots() public method

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