JoinableTaskContextNode.IsOnMainThread Property
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.
Gets a value indicating whether the caller is executing on the main thread.
public:
property bool IsOnMainThread { bool get(); };
public:
property bool IsOnMainThread { bool get(); };
public bool IsOnMainThread { get; }
member this.IsOnMainThread : bool
Public ReadOnly Property IsOnMainThread As Boolean