Show / Hide Table of Contents

    Class SubscriptionInfo

    Inheritance
    System.Object
    BaseDataStructure
    SubscriptionInfo
    Implements
    DataStructure
    System.ICloneable
    Inherited Members
    BaseDataStructure.IsMarshallAware()
    BaseDataStructure.BeforeMarshall(OpenWireFormat)
    BaseDataStructure.AfterMarshall(OpenWireFormat)
    BaseDataStructure.BeforeUnmarshall(OpenWireFormat)
    BaseDataStructure.AfterUnmarshall(OpenWireFormat)
    BaseDataStructure.SetMarshalledForm(OpenWireFormat, Byte[])
    BaseDataStructure.GetMarshalledForm(OpenWireFormat)
    BaseDataStructure.HashCode(Object)
    BaseDataStructure.Clone()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Apache.NMS.ActiveMQ.Commands
    Assembly: Apache.NMS.ActiveMQ.dll
    Syntax
    public class SubscriptionInfo : BaseDataStructure, DataStructure, ICloneable

    Fields

    | Improve this Doc View Source

    ID_SUBSCRIPTIONINFO

    Declaration
    public const byte ID_SUBSCRIPTIONINFO = 55
    Field Value
    Type Description
    System.Byte

    Properties

    | Improve this Doc View Source

    ClientId

    Declaration
    public string ClientId { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Destination

    Declaration
    public ActiveMQDestination Destination { get; set; }
    Property Value
    Type Description
    ActiveMQDestination
    | Improve this Doc View Source

    Selector

    Declaration
    public string Selector { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    SubcriptionName

    Declaration
    public string SubcriptionName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    SubscribedDestination

    Declaration
    public ActiveMQDestination SubscribedDestination { get; set; }
    Property Value
    Type Description
    ActiveMQDestination

    Methods

    | Improve this Doc View Source

    GetDataStructureType()

    Declaration
    public override byte GetDataStructureType()
    Returns
    Type Description
    System.Byte
    Overrides
    BaseDataStructure.GetDataStructureType()
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Implements

    DataStructure
    System.ICloneable
    • Improve this Doc
    • View Source
    Back to top Copyright � 2005-2019 Apache Software Foundation project
    Generated by DocFX