Class Declare
Message body for declaring a transaction id.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Amqp.Transactions
Assembly: Amqp.Net.dll
Syntax
public sealed class Declare : DescribedList
Constructors
Declare()
Initializes a declare object.
Declaration
public Declare()
Properties
GlobalId
Gets or sets the global-id field (index=0).
Declaration
public object GlobalId { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()