C# Class SoundSwitch.Framework.IPC.IPCServer

Inheritance: IDisposable
Afficher le fichier Open project: Belphemur/SoundSwitch Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
IPCServer ( string serverURL ) : System
InitServer ( ) : void

Initialize the server

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

IPCServer() public méthode

public IPCServer ( string serverURL ) : System
serverURL string
Résultat System

InitServer() public méthode

Initialize the server
public InitServer ( ) : void
Résultat void