VirtualBox Main API
List of all members
ISnapshotDeletedEvent Interface Reference

Snapshot of the given machine has been deleted. More...

Inheritance diagram for ISnapshotDeletedEvent:
ISnapshotEvent IMachineEvent IEvent

Additional Inherited Members

- Public Member Functions inherited from IEvent
void setProcessed ()
 Internal method called by the system when all listeners of a particular event have called IEventSource::eventProcessed.
void waitProcessed (in long timeout,[retval] out boolean result)
 Wait until time outs, or this event is processed.
- Public Attributes inherited from ISnapshotEvent
readonly attribute wstringUUID snapshotId
 ID of the snapshot this event relates to.

Detailed Description

Snapshot of the given machine has been deleted.

Note
This notification is delivered after the snapshot object has been uninitialized on the server (so that any attempt to call its methods will return an error).
See Also
ISnapshot
Interface ID:
{C48F3401-4A9E-43F4-B7A7-54BD285E22F4}