DdeServer.OnAdvise Method

NDde

Dynamic Data Exchange Library for .NET

DdeServer.OnAdvise Method 

This is invoked when the server is performing a hot advise.

protected virtual byte[] OnAdvise(
   String topic,
   String item,
   Int32 format
);

Parameters

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

Return Value

The data that will be sent to the clients.

Remarks

The default implementation sends nothing to the clients.

See Also

DdeServer Class | NDde.Server Namespace