Show / Hide Table of Contents

    Interface IStartable

    A lifecycle for NMS objects to indicate they can be started

    Namespace: Apache.NMS
    Assembly: Apache.NMS.dll
    Syntax
    public interface IStartable

    Properties

    | Improve this Doc View Source

    IsStarted

    Declaration
    bool IsStarted { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    Start()

    Declaration
    void Start()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2005-2023 Apache Software Foundation project
    Generated by DocFX