Class Accepted
The accepted outcome.
Inheritance
System.Object
Accepted
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.Framing
Assembly: Amqp.Net.dll
Syntax
public sealed class Accepted : Outcome
Constructors
Accepted()
Initializes an accepted outcome.
Declaration
public Accepted()
Methods
ToString()
Returns a string that represents the current accepted outcome.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()