Table of Contents

Delegate UiUtil.InvokeFunc

Namespace
Hi.UiExtensions
Assembly
HiGeom.dll

Delegate for invoking methods asynchronously or synchronously.

public delegate object UiUtil.InvokeFunc(Delegate method, params object[] args)

Parameters

method Delegate

The delegate method to invoke

args object[]

Arguments to pass to the method

Returns

object

The result of the invocation

Extension Methods