Table of Contents

Class RemoveSubscriptionInfo

Namespace
Apache.NMS.ActiveMQ.Commands
Assembly
Apache.NMS.ActiveMQ.dll
public class RemoveSubscriptionInfo : BaseCommand, Command, DataStructure, ICloneable
Inheritance
RemoveSubscriptionInfo
Implements
Inherited Members

Constructors

RemoveSubscriptionInfo()

public RemoveSubscriptionInfo()

Fields

ID_REMOVESUBSCRIPTIONINFO

public const byte ID_REMOVESUBSCRIPTIONINFO = 9

Field Value

byte

Properties

ClientId

public string ClientId { get; set; }

Property Value

string

ConnectionId

public ConnectionId ConnectionId { get; set; }

Property Value

ConnectionId

IsRemoveSubscriptionInfo

public override bool IsRemoveSubscriptionInfo { get; }

Property Value

bool

SubcriptionName

public string SubcriptionName { get; set; }

Property Value

string

Methods

GetDataStructureType()

public override byte GetDataStructureType()

Returns

byte

ToString()

public override string ToString()

Returns

string

Visit(ICommandVisitor)

public override Response Visit(ICommandVisitor visitor)

Parameters

visitor ICommandVisitor

Returns

Response