C# Class NotificationEchoService.NotificationServiceHost

WCF Service Host
Inheritance: IDisposable
Afficher le fichier Open project: MetangaSDK/Metanga-RESTful-SDK Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
NotificationServiceHost ( ) : System
NotificationServiceHost ( string machineName ) : System
StartHost ( ) : void

Start host

StopHost ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

NotificationServiceHost() public méthode

public NotificationServiceHost ( ) : System
Résultat System

NotificationServiceHost() public méthode

public NotificationServiceHost ( string machineName ) : System
machineName string
Résultat System

StartHost() public méthode

Start host
public StartHost ( ) : void
Résultat void

StopHost() public méthode

public StopHost ( ) : void
Résultat void