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.
|
System.
|
Methods
BeginInvoke(AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object object)
Parameters
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual Task EndInvoke(IAsyncResult result)
Parameters
System.
|
Returns
System.
|
Invoke()
Declaration
public virtual Task Invoke()
Returns
System.
|