xSession.isWorkerThread Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the session is a worker thread.
public:
virtual bool isWorkerThread();
public virtual bool isWorkerThread ();
abstract member isWorkerThread : unit -> bool
override this.isWorkerThread : unit -> bool
Public Overridable Function isWorkerThread () As Boolean
Returns
true if the session is a worker thread; otherwise, false.
Remarks
A worker thread is an instance of the Thread class, which creates a new instance of Finance and Operations without UI. If this method is called inside such a session, it will return true.