DdeServer.OnRequest Method

NDde

Dynamic Data Exchange Library for .NET

DdeServer.OnRequest Method 

This is invoked when a client attempts to request data.

protected virtual RequestResult OnRequest(
   DdeConversation conversation,
   String item,
   Int32 format
);

Parameters

conversation
The conversation associated with this event.
item
The item name associated with this event.
format
The format of the data.

Return Value

A RequestResult indicating the result.

Remarks

The default implementation returns RequestResult.NotProcessed to the client.

See Also

DdeServer Class | NDde.Server Namespace