C# 클래스 SoundSwitch.Framework.IPC.IPCServer

상속: IDisposable
파일 보기 프로젝트 열기: Belphemur/SoundSwitch 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
IPCServer ( string serverURL ) : System
InitServer ( ) : void

Initialize the server

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

IPCServer() 공개 메소드

public IPCServer ( string serverURL ) : System
serverURL string
리턴 System

InitServer() 공개 메소드

Initialize the server
public InitServer ( ) : void
리턴 void