Example #1
0
 protected AmqpObject(string type)
     : this(type, SequenceNumber.Increment(ref AmqpObject.nextId))
 {
 }