TK.EndExecuteClassMethodOnServer Method

End an asynchronous execute class method
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
IAsyncResult

Identification of the asynchronous invoke

parameters
object[]

Array of parameters

Return Value

object

Return value of method

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition