End an asynchronous execute class method

Namespace: T.Toolkit
Assembly: T.Toolkit (in T.Toolkit.dll)

Public Shared Function EndExecuteClassMethodOnServer( _ 
ByVal ar As IAsyncResult, _ 
ByVal parameters As Object() _ 
) As Object
This language is not supported or no code example is available.
public static object EndExecuteClassMethodOnServer( 
IAsyncResult ar
object[] parameters 
)
This language is not supported or no code example is available.

Parameters

ar
Type: IAsyncResult

Identification of the asynchronous invoke

parameters
Type: object[]

Array of parameters

Return Value

Type: object

Return value of method

.NET Framework

Supported in: 4.6.2, 4.7