IScheduler.AddRunnable(ISchedulable, Boolean) 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.
public:
void AddRunnable(Microsoft::XLANGs::Core::ISchedulable ^ s, bool addThread);
public void AddRunnable (Microsoft.XLANGs.Core.ISchedulable s, bool addThread);
abstract member AddRunnable : Microsoft.XLANGs.Core.ISchedulable * bool -> unit
Public Sub AddRunnable (s As ISchedulable, addThread As Boolean)
Parameters
- addThread
- Boolean