Class SubscriptionInfo
Inherited Members
      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, ICloneableFields
| Improve this Doc View SourceID_SUBSCRIPTIONINFO
Declaration
public const byte ID_SUBSCRIPTIONINFO = 55Field Value
| Type | Description | 
|---|---|
| System.Byte | 
Properties
| Improve this Doc View SourceClientId
Declaration
public string ClientId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Destination
Declaration
public ActiveMQDestination Destination { get; set; }Property Value
| Type | Description | 
|---|---|
| ActiveMQDestination | 
Selector
Declaration
public string Selector { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
SubcriptionName
Declaration
public string SubcriptionName { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
SubscribedDestination
Declaration
public ActiveMQDestination SubscribedDestination { get; set; }Property Value
| Type | Description | 
|---|---|
| ActiveMQDestination | 
Methods
| Improve this Doc View SourceGetDataStructureType()
Declaration
public override byte GetDataStructureType()Returns
| Type | Description | 
|---|---|
| System.Byte | 
Overrides
| Improve this Doc View SourceToString()
Declaration
public override string ToString()Returns
| Type | Description | 
|---|---|
| System.String | 
Overrides
System.Object.ToString()
  Implements
      System.ICloneable