IpcServer.ExecuteRequest Method (Typed) | |
Called when the client calls IpcClient:Execute(). The server should take the appropriate action to execute the command locally.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD ExecuteRequest(
oIpcExecuteRequestEvent
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual ExecuteRequest(
Usual oIpcExecuteRequestEvent = default
)
Request Example
View SourceParameters
- oIpcExecuteRequestEvent (Optional)
- Type: Usual
Stores the topic name, item name, and the command name to be executed.
Return Value
Type:
UsualRemarks Tip |
---|
Important! This is a callback method used by X#.
Normally, it should not be called in your application code.
|
See Also