logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class ReleaseContextInput

    Input data transfer object for context release operations.
    Contains the context identifier for which all associated assets should be released.

    Inheritance
    object
    ReleaseContextInput
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.AssetPrefetcher.Application.UseCases.Dto
    Assembly: Serenity.AssetPrefetcher.Application.dll
    Syntax
    public class ReleaseContextInput

    Constructors

    ReleaseContextInput()

    Declaration
    public ReleaseContextInput()

    Properties

    ContextId

    Declaration
    public string ContextId { get; set; }
    Property Value
    Type Description
    string

    The context identifier whose associated assets should be released from cache.

    In this article
    © 2026 Serenity. All Rights Reserved