Begin async execute method of class Server domain

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

Public Shared Function BeginExecuteClassMethodOnServer( _ 
ByVal className As String, _ 
ByVal methodName As String, _ 
ByVal callback As AsyncCallback, _ 
ByVal state As Object, _ 
ByVal parameters As Object() _ 
) As IAsyncResult
This language is not supported or no code example is available.
public static IAsyncResult BeginExecuteClassMethodOnServer( 
string className
string methodName
AsyncCallback callback
object state
object[] parameters 
)
This language is not supported or no code example is available.

Parameters

className
Type: string

Server class name

methodName
Type: string

Method name

callback
Type: AsyncCallback

Callback method

state
Type: object

State object. This reference will be passed when callback is called

parameters
Type: object[]

Parameters

Return Value

Type: IAsyncResult

Referece to async result

.NET Framework

Supported in: 4.6.2, 4.7