Apache.NMS.ActiveMQ.Commands.RemoveSubscriptionInfo.ToString C# (CSharp) Méthode

ToString() public méthode

public ToString ( ) : string
Résultat string
        public override string ToString()
        {
            return GetType().Name + "[ " +
                "commandId = " + this.CommandId + ", " +
                "responseRequired = " + this.ResponseRequired + ", " +
                "ConnectionId = " + ConnectionId + ", " +
                "SubcriptionName = " + SubcriptionName + ", " +
                "ClientId = " + ClientId + " ]";
        }