ParserErrorCallback Delegate
Defines an error callback method that can be executed during a parsing operation.
public delegate IParserErrorResult ParserErrorCallback(IParserState state)
Parameters
Returns
Constructors
ParserErrorCallback(object, nint)
public ParserErrorCallback(object @object, nint method)
Parameter |
Type |
Description |
object |
object |
|
method |
nint |
|
Methods
BeginInvoke(IParserState, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(IParserState state, AsyncCallback callback, object @object)
Returns
- IAsyncResult
EndInvoke(IAsyncResult)
public virtual IParserErrorResult EndInvoke(IAsyncResult result)
Returns
- IParserErrorResult
Invoke(IParserState)