ODAC

TOraAlerter.SendMessage Method

Sends a named pipe event to other listening sessions.

Class

TOraAlerter

Syntax

procedure SendMessage(Name: string = '');

Parameters
Name
Holds the name of the pipe.

Remarks

Use SendMessage procedure to send a named pipe event to other listening sessions. The event internally is a local buffer which has been previously filled in by the PutMessage method.

SendMessage is desined to work only with the Oracle DBMS_PIPE communication package which is the case only if EventType property has been set to etPipe.

Note: This method is considered obsolete now. In newer projects use functionally equivalent SendPipeMessage method instead.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback