Class AbstractAcknowledgmentCallback
Inheritance
System.Object
AbstractAcknowledgmentCallback
Assembly: Steeltoe.Integration.IntegrationBase.dll
Syntax
public abstract class AbstractAcknowledgmentCallback : object, IAcknowledgmentCallback
Properties
|
Edit this page
View Source
IsAcknowledged
Declaration
public virtual bool IsAcknowledged { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsAutoAck
Declaration
public virtual bool IsAutoAck { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Edit this page
View Source
Acknowledge(Status)
Declaration
public abstract void Acknowledge(Status status)
Parameters
Type |
Name |
Description |
Status |
status |
|
Implements