TK.BeginExecuteClassMethodOnServer Method
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.
Parameters
- className
 - string
 
Server class name
- methodName
 - string
 
Method name
- callback
 - AsyncCallback
 
Callback method
- state
 - object
 
State object. This reference will be passed when callback is called
- parameters
 - object[]
 
Parameters
Return Value
IAsyncResultReferece to async result