Example #1
0
 //Editor use only
 public AN_SnapshotMetadataResult(AN_SnapshotMetadata metadata) : base()
 {
     m_metadata = metadata;
 }
 /// <summary>
 /// Asynchronously deletes the specified by <see cref="AN_SnapshotMetadata"/> snapshot and loads the deleted snapshot ID.
 /// This will delete the data of the snapshot locally and on the server.
 /// </summary>
 /// <param name="meta">The metadata of the snapshot to delete.</param>
 /// <param name="callback">The operation callback.</param>
 public void Delete(AN_SnapshotMetadata meta, Action <AN_SnapshotsDeleteResult> callback)
 {
     AN_GMS_Lib.Snapshots.Delete(this, meta, callback);
 }