Remove a notify from the list
[Visual Basic] Overridable Public Sub RemoveOnNotify( _ ByVal pollMethod As BooleanReturnMethodInvoker, _ ByVal notifyMethod As MethodInvoker _ ) [C#] public virtual void RemoveOnNotify( BooleanReturnMethodInvoker pollMethod, MethodInvoker notifyMethod ); [C++] public: virtual void RemoveOnNotify( BooleanReturnMethodInvoker* pollMethod, MethodInvoker* notifyMethod ); [JScript] public function RemoveOnNotify( pollMethod : BooleanReturnMethodInvoker, notifyMethod : MethodInvoker );
ThreadNotify Class | ThreadNotify Members | System.WinForms.ComponentModel Namespace