C# Класс BACnet.Core.App.Transactions.SimpleAckHandle

Наследование: ClientTransactionHandle
Показать файл Открыть проект

Открытые методы

Метод Описание
FeedAbort ( AbortReason reason ) : void

Notifies the handle that the transaction has been aborted

FeedComplexAck ( ComplexAckMessage message, BufferSegment segment ) : void

Notifies the handle that a new response segment is available

FeedError ( ServiceError error ) : void

Notifies the handle that the transaction has errored out

FeedReject ( RejectReason reason ) : void

Notifies the handle that the transaction has been rejected

FeedSimpleAck ( ) : void

Notifies the handle that the transaction has completed and a simple ack has been received

Wait ( ) : void

Waits for the request to complete synchronously

WaitAsync ( ) : Task

Waits for the request to complete asynchronously

Описание методов

FeedAbort() публичный Метод

Notifies the handle that the transaction has been aborted
public FeedAbort ( AbortReason reason ) : void
reason AbortReason The abort reason
Результат void

FeedComplexAck() публичный Метод

Notifies the handle that a new response segment is available
public FeedComplexAck ( ComplexAckMessage message, BufferSegment segment ) : void
message BACnet.Core.App.Messages.ComplexAckMessage The complex ack message
segment BufferSegment The response segment
Результат void

FeedError() публичный Метод

Notifies the handle that the transaction has errored out
public FeedError ( ServiceError error ) : void
error ServiceError The error that occured
Результат void

FeedReject() публичный Метод

Notifies the handle that the transaction has been rejected
public FeedReject ( RejectReason reason ) : void
reason RejectReason The reject reason
Результат void

FeedSimpleAck() публичный Метод

Notifies the handle that the transaction has completed and a simple ack has been received
public FeedSimpleAck ( ) : void
Результат void

Wait() публичный Метод

Waits for the request to complete synchronously
public Wait ( ) : void
Результат void

WaitAsync() публичный Метод

Waits for the request to complete asynchronously
public WaitAsync ( ) : Task
Результат Task