C# Class MSA.Zmq.Service.ZMQServiceInstaller

Inheritance: System.Configuration.Install.Installer
ファイルを表示 Open project: kadekcipta/ZmqJsonRpc

Private Properties

Property Type Description

Public Methods

Method Description
ZMQServiceInstaller ( string serviceName, string args ) : System

Protected Methods

Method Description
OnAfterInstall ( IDictionary savedState ) : void
OnAfterUninstall ( IDictionary savedState ) : void

Method Details

OnAfterInstall() protected method

protected OnAfterInstall ( IDictionary savedState ) : void
savedState IDictionary
return void

OnAfterUninstall() protected method

protected OnAfterUninstall ( IDictionary savedState ) : void
savedState IDictionary
return void

ZMQServiceInstaller() public method

public ZMQServiceInstaller ( string serviceName, string args ) : System
serviceName string
args string
return System