TwclCustomConnection.MessageReceived(TwclMessage) Method

The message receiver calls this method when a new notification message has been received.

Namespace: wclConnections
protected
 procedure MessageReceived(const Message: TwclMessage); virtual;

Parameters

Message
Type: TwclMessage

A wclMessaging.TwclMessage object represents the notification message.

This method is for internal use only.

If a derived class overrides this method it must always call the inherited implementation first.