SyncronizeInvokeTResult Method (FuncTResult) | 
  
    Namespace: 
   Easymap.AddIn
    Assembly:
   EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntaxpublic static TResult Invoke<TResult>(
	Func<TResult> method
)
Public Shared Function Invoke(Of TResult) ( 
	method As Func(Of TResult)
) As TResult
Parameters
- method
 - Type: SystemFuncTResult
 
Type Parameters
- TResult
 
Return Value
Type: 
TResult
See Also