Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    ContentStreamingService Class

    Namespace: Stride.Core.Streaming
    Assembly: Stride.Core.Serialization.dll

    Streamable resources content management service.

    System.Object → ContentStreamingService
    Derived from ContentStreamingService:

    public class ContentStreamingService : IDisposable
    Name Description
    Fields
    UnusedDataChunksLifetime

    The unused data chunks lifetime.

    Methods
    Dispose()

    Performs resources disposing.

    GetStorage(ref ContentStorageHeader)

    Gets the storage container.

    Update()

    Updates this service.

    | Improve this Doc View Source

    Fields


    UnusedDataChunksLifetime

    The unused data chunks lifetime.

    public TimeSpan UnusedDataChunksLifetime
    Field Value
    Type Description
    System.TimeSpan
    | Improve this Doc View Source

    Methods


    Dispose()

    Performs resources disposing.

    public void Dispose()

    GetStorage(ref ContentStorageHeader)

    Gets the storage container.

    public ContentStorage GetStorage(ref ContentStorageHeader storageHeader)
    Parameters
    Type Name Description
    ContentStorageHeader storageHeader

    The storage header.

    Returns
    Type Description
    ContentStorage

    Content Storage container.


    Update()

    Updates this service.

    public void Update()

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation