NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ThreadNotify.AddOnNotify

[To be supplied.]

Overload List

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);

See Also

ThreadNotify Class | ThreadNotify Members | System.WinForms.ComponentModel Namespace