Class ContentStreamingService
Streamable resources content management service.
public class ContentStreamingService : IDisposable
  - Inheritance
 - 
      objectContentStreamingService
 
- 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
storageHeaderContentStorageHeaderThe storage header.
Returns
- ContentStorage
 Content Storage container.
Update()
Updates this service.
public void Update()