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

EndDeleteSnapshot() public méthode

Finishes the asynchronous execution of the DeleteSnapshot operation.
public EndDeleteSnapshot ( IAsyncResult asyncResult ) : DeleteSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteSnapshot.
Résultat DeleteSnapshotResponse
        public  DeleteSnapshotResponse EndDeleteSnapshot(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteSnapshotResponse>(asyncResult);
        }
AmazonEC2Client