Click or drag to resize

BiConsumerTValue1, TValue2BeginInvoke Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.function.BiConsumer`2.BeginInvoke(`0,`1,System.AsyncCallback,System.Object)"]

Namespace:  com.espertech.esper.compat.function
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public virtual IAsyncResult BeginInvoke(
	TValue1 t,
	TValue2 u,
	AsyncCallback callback,
	Object object
)

Parameters

t
Type: TValue1

[Missing <param name="t"/> documentation for "M:com.espertech.esper.compat.function.BiConsumer`2.BeginInvoke(`0,`1,System.AsyncCallback,System.Object)"]

u
Type: TValue2

[Missing <param name="u"/> documentation for "M:com.espertech.esper.compat.function.BiConsumer`2.BeginInvoke(`0,`1,System.AsyncCallback,System.Object)"]

callback
Type: SystemAsyncCallback

[Missing <param name="callback"/> documentation for "M:com.espertech.esper.compat.function.BiConsumer`2.BeginInvoke(`0,`1,System.AsyncCallback,System.Object)"]

object
Type: SystemObject

[Missing <param name="object"/> documentation for "M:com.espertech.esper.compat.function.BiConsumer`2.BeginInvoke(`0,`1,System.AsyncCallback,System.Object)"]

Return Value

Type: IAsyncResult

[Missing <returns> documentation for "M:com.espertech.esper.compat.function.BiConsumer`2.BeginInvoke(`0,`1,System.AsyncCallback,System.Object)"]

See Also