←Select platform

ReadFromPipe Method

Summary

Reads a message from NamedPipeStream and fires the OnReceivedMessage event.

Syntax

C#
C++/CLI
protected override void ReadFromPipe( 
   object state 
) 
protected:  
   virtual void ReadFromPipe( 
      Object^ state 
   ) override 

Parameters

state

An object containing information to be used by the callback method.

Remarks

ReadFromPipe is called internally after a call to the Start method.

An override of ReadFromPipe should:

The state parameter is always null.

Requirements

Target Platforms

See Also

PipeServer Class

PipeServer Members

Leadtools.Dicom.AddIn.Common Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.