Click or drag to resize

LinkedHashMapTK, TVEntryEventHandlerBeginInvoke Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.collections.LinkedHashMap`2.EntryEventHandler.BeginInvoke(System.Collections.Generic.KeyValuePair`2,System.Boolean,`0)"]

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public virtual IAsyncResult BeginInvoke(
	KeyValuePair entry,
	bool callback,
	TK object
)

Parameters

entry
Type: System.Collections.GenericKeyValuePairTKey, TValue

[Missing <param name="entry"/> documentation for "M:com.espertech.esper.compat.collections.LinkedHashMap`2.EntryEventHandler.BeginInvoke(System.Collections.Generic.KeyValuePair`2,System.Boolean,`0)"]

callback
Type: SystemBoolean

[Missing <param name="callback"/> documentation for "M:com.espertech.esper.compat.collections.LinkedHashMap`2.EntryEventHandler.BeginInvoke(System.Collections.Generic.KeyValuePair`2,System.Boolean,`0)"]

object
Type: TK

[Missing <param name="object"/> documentation for "M:com.espertech.esper.compat.collections.LinkedHashMap`2.EntryEventHandler.BeginInvoke(System.Collections.Generic.KeyValuePair`2,System.Boolean,`0)"]

Return Value

Type: IAsyncResult

[Missing <returns> documentation for "M:com.espertech.esper.compat.collections.LinkedHashMap`2.EntryEventHandler.BeginInvoke(System.Collections.Generic.KeyValuePair`2,System.Boolean,`0)"]

See Also