Click or drag to resize

ExceptionHandlerBeginInvoke Method

[Missing <summary> documentation for "M:com.espertech.esper.common.client.hook.exception.ExceptionHandler.BeginInvoke(System.Object,com.espertech.esper.common.client.hook.exception.ExceptionHandlerEventArgs,System.AsyncCallback,System.Object)"]

Namespace:  com.espertech.esper.common.client.hook.exception
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public virtual IAsyncResult BeginInvoke(
	Object sender,
	ExceptionHandlerEventArgs args,
	AsyncCallback callback,
	Object object
)

Parameters

sender
Type: SystemObject

[Missing <param name="sender"/> documentation for "M:com.espertech.esper.common.client.hook.exception.ExceptionHandler.BeginInvoke(System.Object,com.espertech.esper.common.client.hook.exception.ExceptionHandlerEventArgs,System.AsyncCallback,System.Object)"]

args
Type: com.espertech.esper.common.client.hook.exceptionExceptionHandlerEventArgs

[Missing <param name="args"/> documentation for "M:com.espertech.esper.common.client.hook.exception.ExceptionHandler.BeginInvoke(System.Object,com.espertech.esper.common.client.hook.exception.ExceptionHandlerEventArgs,System.AsyncCallback,System.Object)"]

callback
Type: SystemAsyncCallback

[Missing <param name="callback"/> documentation for "M:com.espertech.esper.common.client.hook.exception.ExceptionHandler.BeginInvoke(System.Object,com.espertech.esper.common.client.hook.exception.ExceptionHandlerEventArgs,System.AsyncCallback,System.Object)"]

object
Type: SystemObject

[Missing <param name="object"/> documentation for "M:com.espertech.esper.common.client.hook.exception.ExceptionHandler.BeginInvoke(System.Object,com.espertech.esper.common.client.hook.exception.ExceptionHandlerEventArgs,System.AsyncCallback,System.Object)"]

Return Value

Type: IAsyncResult

[Missing <returns> documentation for "M:com.espertech.esper.common.client.hook.exception.ExceptionHandler.BeginInvoke(System.Object,com.espertech.esper.common.client.hook.exception.ExceptionHandlerEventArgs,System.AsyncCallback,System.Object)"]

See Also