Click or drag to resize

IpcClient.Execute Method

X#
Send a message to the server telling it to execute the command string remotely. As a result of this call, the server receives an IpcExecuteRequestEvent.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Execute(
	cTopic,
	cItem,
	cCommand
) AS USUAL CLIPPER
Request Example View Source

Parameters

cTopic (Optional)
Type: Usual
The name of the IPC topic for which the server executes a command.
cItem (Optional)
Type: Usual
The name of the IPC item for which the server executes a command.
cCommand (Optional)
Type: Usual
The command to be executed by the server.

Return Value

Type: Usual
Remarks
Tip Tip
In Windows, the item is not passed to the server.
See Also