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, IntPtr)
public ParserErrorCallback(object @object, IntPtr method)
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)