Метод | Описание | |
---|---|---|
FeedAbort ( AbortReason reason ) : void |
Notifies the handle that the transaction has been aborted
|
|
FeedComplexAck ( |
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
|
public FeedAbort ( AbortReason reason ) : void | ||
reason | AbortReason | The abort reason |
Результат | void |
public FeedComplexAck ( |
||
message | The complex ack message | |
segment | BufferSegment | The response segment |
Результат | void |
public FeedError ( ServiceError error ) : void | ||
error | ServiceError | The error that occured |
Результат | void |
public FeedReject ( RejectReason reason ) : void | ||
reason | RejectReason | The reject reason |
Результат | void |