Click or drag to resize
MvComponentExecUserAsyncCallback Method
Component Actions on the Server. Executes the callback function callbackName for the user object which is associated with the component on the server side. (The user object type should be a subtype of IlsMvUser.)

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public void ExecUserAsyncCallback(
	string callbackName,
	MvValue[] params
)

Parameters

callbackName
Type: SystemString
The name of the callback.
params
Type: RW.Server.ComponentMvValue
The parameters.
See Also