IsAborting Property

Summary

Gets a value that indicates whether the server is aborting.

Syntax
C#
VB
C++
Public ReadOnly Property IsAborting As Boolean 
public bool IsAborting { get; } 
public: 
property bool IsAborting { 
   bool get(); 
} 

Property Value

IsAborting will be true after calling TriggerStop. If set to true, it indicates the server is stopping.

Requirements

Target Platforms

See Also

Reference

TCPServer Class

TCPServer Members

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly