Table of Contents

Method EndInvoke

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

EndInvoke(IAsyncResult)

Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed.

public static object? EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

The IAsyncResult that represents a specific invoke asynchronous operation, returned when calling BeginInvoke(Delegate, object?[]).

Returns

object

The object generated by the asynchronous operation.