BuildMaster SDK Reference
Version:

WaitHandle Property

Gets a WaitHandle that is signaled when the token is canceled.

Syntax

public abstract System.Threading.WaitHandle WaitHandle { get; }

Remarks

Accessing this property causes a WaitHandle to be instantiated. It is preferable to only use this property when necessary.