BACnet.Core.App.Transactions.SimpleAckHandle.FeedSimpleAck C# (CSharp) Method

FeedSimpleAck() public method

Notifies the handle that the transaction has completed and a simple ack has been received
public FeedSimpleAck ( ) : void
return void
        public override void FeedSimpleAck()
        {
            _source.SetResult(true);
        }