ParserCallback Delegate
Defines a callback method that can be executed during a parsing operation.
public delegate void ParserCallback(IParserState state);
Parameters
Constructors
ParserCallback(Object, IntPtr)
public ParserCallback(object object, IntPtr method)
| Parameter |
Type |
Description |
| object |
System.Object |
|
| method |
IntPtr |
|
Methods
BeginInvoke(IParserState, AsyncCallback, Object)
public virtual IAsyncResult BeginInvoke(IParserState state, AsyncCallback callback, object object)
| Parameter |
Type |
Description |
| state |
IParserState |
|
| callback |
System.AsyncCallback |
|
| object |
System.Object |
|
Returns
- System.IAsyncResult
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
| Parameter |
Type |
Description |
| result |
System.IAsyncResult |
|
Invoke(IParserState)
public virtual void Invoke(IParserState state)