VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Data Namespace / StreamDataStorageOnDisk Class
Constructors Properties Methods SeeAlso
In This Topic
    StreamDataStorageOnDisk Class Members
    In This Topic
    The following tables list the members exposed by StreamDataStorageOnDisk.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the StreamDataStorageOnDisk class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a timeout, in milliseconds, for opening the file stream.
    Public Methods
     NameDescription
    Public MethodAdds a stream to the data storage.
    Public MethodDetermines whether the data of specified type can be stored in the data storage.
    Public MethodDetermines whether the data storage contains an item with the specified key.
    Public MethodDeletes the strean from data storage.
    Public MethodReleases all resources used by the StreamDataStorageOnDisk.
    Public MethodReturns a stream from data storage.
    Public MethodReturns the filenames of all streams from data storage.
    Public MethodLocks the stream in data storage and returns the locked stream.
    Public MethodSets a stream in data storage.
    Public MethodUnlocks the locked stream in data storage.
    See Also