Class Coordinator
Defines the target for communicating with a transaction coordinator.
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 Coordinator : DescribedListConstructors
Coordinator()
Initializes a coordinator object.
Declaration
public Coordinator()Properties
Capabilities
Gets or sets the capabilities field (index=0).
Declaration
public Symbol[] Capabilities { get; set; }Property Value
| Type | Description | 
|---|---|
| Symbol[] | 
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()Returns
| Type | Description | 
|---|---|
| System.String | 
Overrides
System.Object.ToString()