C# Class SoundSwitch.Framework.IPC.IPCServer

Inheritance: IDisposable
ファイルを表示 Open project: Belphemur/SoundSwitch Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
IPCServer ( string serverURL ) : System
InitServer ( ) : void

Initialize the server

Method Details

Dispose() public method

public Dispose ( ) : void
return void

IPCServer() public method

public IPCServer ( string serverURL ) : System
serverURL string
return System

InitServer() public method

Initialize the server
public InitServer ( ) : void
return void