ArchiveListSnapshotTKey, TValueTryGetFile Method

Attempts to get the file for the provided fileId.

Definition

Namespace: SnapDB.Snap.Services
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public ArchiveTableSummary<TKey, TValue>? TryGetFile(
	Guid fileId
)

Parameters

fileId  Guid
The unique identifier for the file.

Return Value

ArchiveTableSummaryTKey, TValue
null if not found.

Exceptions

ObjectDisposedExceptionThrown if object has been disposed.

See Also