Click or drag to resize

LinkedHashMapTK, TVEntryEventHandlerEndInvoke Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.collections.LinkedHashMap`2.EntryEventHandler.EndInvoke(System.IAsyncResult)"]

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public virtual bool EndInvoke(
	IAsyncResult result
)

Parameters

result
Type: SystemIAsyncResult

[Missing <param name="result"/> documentation for "M:com.espertech.esper.compat.collections.LinkedHashMap`2.EntryEventHandler.EndInvoke(System.IAsyncResult)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:com.espertech.esper.compat.collections.LinkedHashMap`2.EntryEventHandler.EndInvoke(System.IAsyncResult)"]

See Also