Click or drag to resize

Syncronize.Invoke<TResult> Method (Func<TResult>)

Namespace:  Easymap.AddIn
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.1.0.0
Syntax
public static TResult Invoke<TResult>(
	Func<TResult> method
)

Parameters

method
Type: System.Func<TResult>

Type Parameters

TResult

Return Value

Type: TResult
See Also