IpcClient.Execute Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Execute(
Usual cTopic = default,
Usual cItem = default,
Usual cCommand = default
)
Request Example
View SourceParameters
- 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:
UsualRemarks Tip |
---|
In Windows, the item is not passed to the server. |
See Also