Class SimpleEventHandler
A simple delegate for functions which accept no parameters. (MethodInvoker is the identical Framework version of this delegate)
Inheritance
System.Object
SimpleEventHandler
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public sealed class SimpleEventHandler : MulticastDelegate
Constructors
SimpleEventHandler(Object, IntPtr)
Declaration
public SimpleEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object object)
Parameters
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke()
Declaration
public virtual void Invoke()