Show / Hide Table of Contents

    Interface ILoadPhase

    A single phase of a potentially multiple phase load sequence. Each phase should completely wrap a specific step in the load flow.

    Inherited Members
    IAsyncLoadable.Load(Action<IAsyncLoadable, Single>, Action<IAsyncLoadable>)
    IAsyncLoadable.CancelLoad()
    Namespace: IdleKit.Framework
    Assembly: cs.temp.dll.dll
    Syntax
    public interface ILoadPhase : IAsyncLoadable, IInjectable

    Methods

    Cleanup()

    Clean up anything generated during the operation of this ILoadPhase. Do not clean up injected dependencies unless this is not bound as an instance or singleton.

    Declaration
    void Cleanup()
    Back to top Copyright © 2020 East Side Games Inc.