FileSystemRepositoryManager Class |
Namespace: CMS.ContinuousIntegration
public class FileSystemRepositoryManager : IDisposable
The FileSystemRepositoryManager type exposes the following members.
Name | Description | |
---|---|---|
FileSystemRepositoryManager |
Private constructor ensures uniqueness of singleton class.
|
Name | Description | |
---|---|---|
Delete |
Deletes given object from the file system repository, if this object's serialization is enabled by the repository configuration.
| |
Dispose |
Releases all resources used by the current instance of the FileSystemRepositoryManager class.
| |
Dispose(Boolean) |
When overridden in a derived class, releases the unmanaged resources used by the FileSystemRepositoryManager, and optionally releases the managed resources.
| |
RestoreAll |
Restores all supported objects from the file system repository.
| |
Store |
Stores given object to the file system repository, if this object's serialization is enabled by the repository configuration.
| |
StoreAll |
Stores all supported objects to the file system repository.
|
This class is responsible for the synchronization of objects de/serialization to the repository.
Members of this class are thread-safe.