Class ContentStreamingService
Streamable resources content management service.
public class ContentStreamingService : IDisposable
- Inheritance
-
ContentStreamingService
- Implements
- Extension Methods
Fields
UnusedDataChunksLifetime
The unused data chunks lifetime.
public TimeSpan UnusedDataChunksLifetime
Field Value
Methods
Dispose()
Performs resources disposing.
public void Dispose()
GetStorage(ref ContentStorageHeader)
Gets the storage container.
public ContentStorage GetStorage(ref ContentStorageHeader storageHeader)
Parameters
storageHeader
ContentStorageHeaderThe storage header.
Returns
- ContentStorage
Content Storage container.
Update()
Updates this service.
public void Update()