| RpObjectExecCallback Method |
This function executes a given function in asynchronous mode on the
Server object associated with the representation object.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public virtual bool ExecCallback(
string funName,
MvValue[] argv
)
Public Overridable Function ExecCallback (
funName As String,
argv As MvValue()
) As Boolean
public:
virtual bool ExecCallback(
String^ funName,
array<MvValue^>^ argv
)
Parameters
- funName
- Type: SystemString
:
The function name. - argv
- Type: RW.Server.ComponentMvValue
:
The arguments.
Return Value
Type:
Boolean false if the request callback couldn't be sent, true otherwise
See Also