Amazon.RDS.AmazonRDSClient.EndCopyDBSnapshot C# (CSharp) 메소드

EndCopyDBSnapshot() 공개 메소드

Finishes the asynchronous execution of the CopyDBSnapshot operation.
public EndCopyDBSnapshot ( IAsyncResult asyncResult ) : CopyDBSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCopyDBSnapshot.
리턴 CopyDBSnapshotResponse
        public  CopyDBSnapshotResponse EndCopyDBSnapshot(IAsyncResult asyncResult)
        {
            return EndInvoke<CopyDBSnapshotResponse>(asyncResult);
        }
AmazonRDSClient