currentThread() public method

Returns the current thread.
public currentThread ( ) : AD7Thread
return AD7Thread
Example #1
0
 public static void Send(AD7Engine engine)
 {
     var xEvent = new AD7StepCompletedEvent();
     engine.Callback.Send(xEvent, IID, engine.currentThread());
 }
Example #2
0
 public static void Send(AD7Engine engine)
 {
     var xEvent = new AD7EntryPointEvent();
     engine.Callback.Send(xEvent, IID, engine.currentThread());
 }