Click or drag to resize

RpObjectExecCallback Method

This function executes a given function in asynchronous mode on the Server object associated with the representation object.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
public virtual bool ExecCallback(
	string funName,
	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