DdeServer.OnExecute Method

NDde

Dynamic Data Exchange Library for .NET

DdeServer.OnExecute Method 

This is invoked when a client sends a command.

protected virtual ExecuteResult OnExecute(
   DdeConversation conversation,
   String command
);

Parameters

conversation
The conversation associated with this event.
command
The command to be executed.

Return Value

An ExecuteResult indicating the result.

Remarks

The default implementation returns ExecuteResult.NotProcessed to the client.

See Also

DdeServer Class | NDde.Server Namespace