Click or drag to resize

StatementSubstitutionParameterOptionBeginInvoke Method

[Missing <summary> documentation for "M:com.espertech.esper.runtime.client.option.StatementSubstitutionParameterOption.BeginInvoke(com.espertech.esper.runtime.client.option.StatementSubstitutionParameterContext,System.AsyncCallback,System.Object)"]

Namespace:  com.espertech.esper.runtime.client.option
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public virtual IAsyncResult BeginInvoke(
	StatementSubstitutionParameterContext value,
	AsyncCallback callback,
	Object object
)

Parameters

value
Type: com.espertech.esper.runtime.client.optionStatementSubstitutionParameterContext

[Missing <param name="value"/> documentation for "M:com.espertech.esper.runtime.client.option.StatementSubstitutionParameterOption.BeginInvoke(com.espertech.esper.runtime.client.option.StatementSubstitutionParameterContext,System.AsyncCallback,System.Object)"]

callback
Type: SystemAsyncCallback

[Missing <param name="callback"/> documentation for "M:com.espertech.esper.runtime.client.option.StatementSubstitutionParameterOption.BeginInvoke(com.espertech.esper.runtime.client.option.StatementSubstitutionParameterContext,System.AsyncCallback,System.Object)"]

object
Type: SystemObject

[Missing <param name="object"/> documentation for "M:com.espertech.esper.runtime.client.option.StatementSubstitutionParameterOption.BeginInvoke(com.espertech.esper.runtime.client.option.StatementSubstitutionParameterContext,System.AsyncCallback,System.Object)"]

Return Value

Type: IAsyncResult

[Missing <returns> documentation for "M:com.espertech.esper.runtime.client.option.StatementSubstitutionParameterOption.BeginInvoke(com.espertech.esper.runtime.client.option.StatementSubstitutionParameterContext,System.AsyncCallback,System.Object)"]

See Also