Show / Hide Table of Contents

    Interface ISuspendable

    Optional interface for service type objects which support a logical suspend and resume mode. Services that can be suspended when not needed can reduce resource load.

    Namespace: Apache.NMS.ActiveMQ
    Assembly: Apache.NMS.ActiveMQ.dll
    Syntax
    public interface ISuspendable

    Methods

    | Improve this Doc View Source

    Resume()

    Declaration
    void Resume()
    | Improve this Doc View Source

    Suspend()

    Declaration
    void Suspend()
    • Improve this Doc
    • View Source
    Back to top Copyright � 2005-2019 Apache Software Foundation project
    Generated by DocFX