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

EndCopySnapshot() 공개 메소드

Finishes the asynchronous execution of the CopySnapshot operation.
public EndCopySnapshot ( IAsyncResult asyncResult ) : CopySnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCopySnapshot.
리턴 CopySnapshotResponse
        public  CopySnapshotResponse EndCopySnapshot(IAsyncResult asyncResult)
        {
            return EndInvoke<CopySnapshotResponse>(asyncResult);
        }
AmazonElastiCacheClient