Amazon.EC2.AmazonEC2Client.EndCopySnapshot C# (CSharp) Méthode

EndCopySnapshot() public méthode

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