Method | Description | |
---|---|---|
Contains ( System.Guid archiveId ) : bool |
Returns true if the archive list contains the provided file.
|
|
Dispose ( ) : void |
Releases all the resources used by the ArchiveListEditor object.
|
|
RenewArchiveSnapshot ( System.Guid archiveId ) : void |
Renews the snapshot of the archive file. This will acquire the latest read transaction so all new snapshots will use this later version.
|
|
TryRemoveAndDelete ( System.Guid archiveId ) : bool |
Removes the supplied file from the ArchiveList{TKey,TValue} and queues it for deletion.
|
|
TryRemoveAndDispose ( System.Guid archiveId ) : bool |
Removes the archiveId from ArchiveList{TKey,TValue} and queues it for disposal. Also unlocks the archive file. |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the ArchiveListEditor object and optionally releases the managed resources.
|
public abstract Contains ( System.Guid archiveId ) : bool | ||
archiveId | System.Guid | the file |
return | bool |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
return | void |
public abstract RenewArchiveSnapshot ( System.Guid archiveId ) : void | ||
archiveId | System.Guid | the ID of the archive snapshot to renew |
return | void |
public abstract TryRemoveAndDelete ( System.Guid archiveId ) : bool | ||
archiveId | System.Guid | file to remove and delete. |
return | bool |
public abstract TryRemoveAndDispose ( System.Guid archiveId ) : bool | ||
archiveId | System.Guid | the archive to remove |
return | bool |