|
RepositoryManagerGetAllEntries Method |
Enumerate all entries in a image
Namespace: DrawerBackup.StorageAssembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic IEnumerable<IJobEntry> GetAllEntries(
RepositoryImage image
)
Public Function GetAllEntries (
image As RepositoryImage
) As IEnumerable(Of IJobEntry)
public:
IEnumerable<IJobEntry^>^ GetAllEntries(
RepositoryImage^ image
)
member GetAllEntries :
image : RepositoryImage -> IEnumerable<IJobEntry>
Parameters
- image
- Type: DrawerBackup.Storage.Data.EntitiesRepositoryImage
Return Value
Type:
IEnumerableIJobEntry
See Also