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

Wait() public method

Waits for the request to complete synchronously
public Wait ( ) : void
return void
        public void Wait()
        {
            _source.Task.Wait();
        }