Click or drag to resize

IpcServer.ExecuteRequest Method

X#
Called when the client calls IpcClient:Execute(). The server should take the appropriate action to execute the command locally.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD ExecuteRequest(
	oIpcExecuteRequestEvent
) AS USUAL CLIPPER
Request Example View Source

Parameters

oIpcExecuteRequestEvent (Optional)
Type: Usual
Stores the topic name, item name, and the command name to be executed.

Return Value

Type: Usual
Remarks
Tip Tip
Important! This is a callback method used by X#. Normally, it should not be called in your application code.
See Also