Sends a named pipe event to other listening sessions.
procedure SendPipeMessage(Name: string = '');
Use SendPipeMessage 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 PackMessage method.
SendPipeMessage 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.