DdeClient.TryExecute Method

NDde

Dynamic Data Exchange Library for .NET

DdeClient.TryExecute Method 

This sends a command to the server application.

public virtual int TryExecute(
   String command,
   Int32 timeout
);

Parameters

command
The command to be sent to the server application.
timeout
The amount of time in milliseconds to wait for a response.

Return Value

Zero if the operation succeed or non-zero if the operation failed.

Remarks

This operation will timeout if the conversation is paused.

See Also

DdeClient Class | NDde.Client Namespace