Amazon.RDS.AmazonRDSClient.EndCopyDBSnapshot C# (CSharp) Method

EndCopyDBSnapshot() public method

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