예제 #1
0
 //
 // Called when the event handler is unregistered.
 //
 public abstract void Finished(ref ThreadPoolCurrent op);
예제 #2
0
 //
 // Called when the event handler is unregistered.
 //
 abstract public void finished(ref ThreadPoolCurrent op);
예제 #3
0
 //
 // Called when there's a message ready to be processed.
 //
 public abstract void Message(ref ThreadPoolCurrent op);
예제 #4
0
 //
 // Called when there's a message ready to be processed.
 //
 abstract public void message(ref ThreadPoolCurrent op);