Show / Hide Table of Contents

    Interface ILockStep

    A mechanism to lock changes for various components, to ensure multiple changes happen at once.

    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public interface ILockStep

    Methods

    | Improve this Doc View Source

    Lock()

    Locks the component from making changes.

    Declaration
    void Lock()
    | Improve this Doc View Source

    PrepareForUnlock()

    Prepares the component for unlocking (changes are calculated based on everything that happened since the lock), but no events are not fired yet.

    Declaration
    void PrepareForUnlock()
    | Improve this Doc View Source

    Unlock()

    Unlock this component and fires any change events if there were changes.

    Declaration
    void Unlock()
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX