C# Class MSA.Zmq.Service.ZMQServiceInstaller

Inheritance: System.Configuration.Install.Installer
Afficher le fichier Open project: kadekcipta/ZmqJsonRpc

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ZMQServiceInstaller ( string serviceName, string args ) : System

Méthodes protégées

Méthode Description
OnAfterInstall ( IDictionary savedState ) : void
OnAfterUninstall ( IDictionary savedState ) : void

Method Details

OnAfterInstall() protected méthode

protected OnAfterInstall ( IDictionary savedState ) : void
savedState IDictionary
Résultat void

OnAfterUninstall() protected méthode

protected OnAfterUninstall ( IDictionary savedState ) : void
savedState IDictionary
Résultat void

ZMQServiceInstaller() public méthode

public ZMQServiceInstaller ( string serviceName, string args ) : System
serviceName string
args string
Résultat System