Amazon.EC2.AmazonEC2Client.EndCopySnapshot C# (CSharp) Method

EndCopySnapshot() public method

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