Click or drag to resize

PipeClient Class

IPC 클라이언트 클래스
Inheritance Hierarchy
SystemObject
  SHConnector.Utility.IPC.ClientPipeClient

Namespace:  SHConnector.Utility.IPC.Client
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public class PipeClient

The PipeClient type exposes the following members.

Constructors
  NameDescription
Public methodPipeClient
생성자
Top
Properties
  NameDescription
Public propertyServerId
Ipc Server Id
Top
Methods
  NameDescription
Public methodSendMessage
Send Message
Public methodStart
Starts the client. Connects to the server.
Public methodStop
Stops the client. Waits for pipe drain, closes and disposes it.
Top
Events
  NameDescription
Public eventMessageReceivedEvent
Message Received Event
Top
See Also