DdeServer.OnPoke Method

NDde

Dynamic Data Exchange Library for .NET

DdeServer.OnPoke Method 

This is invoked when a client sends data.

protected virtual PokeResult OnPoke(
   DdeConversation conversation,
   String item,
   Byte[] data,
   Int32 format
);

Parameters

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

Return Value

A PokeResult indicating the result.

Remarks

The default implementation returns PokeResult.NotProcessed to the client.

See Also

DdeServer Class | NDde.Server Namespace