StreamDataStorageOnDisk Class Members
In This Topic
The following tables list the members exposed by
StreamDataStorageOnDisk.
Public Constructors
Public Properties
| Name | Description |
| OpenFileTimeout | Gets or sets a timeout, in milliseconds, for opening the file stream. |
Public Methods
| Name | Description |
| AddItem | Adds a stream to the data storage. |
| CanStore | Determines whether the data of specified type can be stored in the data storage. |
| Contains | Determines whether the data storage contains an item with the specified key. |
| DeleteItem | Deletes the strean from data storage. |
| Dispose | Releases all resources used by the StreamDataStorageOnDisk. |
| GetItemCopy | Returns a stream from data storage. |
| GetKeys | Returns the filenames of all streams from data storage. |
| LockItem | Overloaded. Locks the stream in data storage and returns the locked stream. |
| SetItem | Sets a stream in data storage. |
| UnlockItem | Unlocks the locked stream in data storage. |
See Also