[To be supplied.]
Sets up a notify. pollMethod will be invoked at intervals of minDelay milliseconds or greater. If pollMethod returns true, notifyMethod will be invoked, up to a maximum of maxTimesToInvoke. Specifying maxTimesToInvoke of-1 will allow it to be invoked any number of times.
[Visual Basic] Overloads Overridable Public Sub AddOnNotify(BooleanReturnMethodInvoker, MethodInvoker, Long)
[C#] public virtual void AddOnNotify(BooleanReturnMethodInvoker, MethodInvoker, long);
[C++] public: virtual void AddOnNotify(BooleanReturnMethodInvoker*, MethodInvoker, __int64);
[JScript] public function AddOnNotify(BooleanReturnMethodInvoker, MethodInvoker, long);
[To be supplied.]
[Visual Basic] Overloads Overridable Public Sub AddOnNotify(BooleanReturnMethodInvoker, MethodInvoker, Long, Integer)
[C#] public virtual void AddOnNotify(BooleanReturnMethodInvoker, MethodInvoker, long, int);
[C++] public: virtual void AddOnNotify(BooleanReturnMethodInvoker*, MethodInvoker, __int64, int);
[JScript] public function AddOnNotify(BooleanReturnMethodInvoker, MethodInvoker, long, int);
ThreadNotify Class | ThreadNotify Members | System.WinForms.ComponentModel Namespace