C# 클래스 BACnet.Core.App.Transactions.SimpleAckHandle

상속: ClientTransactionHandle
파일 보기 프로젝트 열기: LorenVS/bacstack

공개 메소드들

메소드 설명
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