C# 클래스 MSA.Zmq.Service.ZMQServiceInstaller

상속: System.Configuration.Install.Installer
파일 보기 프로젝트 열기: kadekcipta/ZmqJsonRpc

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ZMQServiceInstaller ( string serviceName, string args ) : System

보호된 메소드들

메소드 설명
OnAfterInstall ( IDictionary savedState ) : void
OnAfterUninstall ( IDictionary savedState ) : void

메소드 상세

OnAfterInstall() 보호된 메소드

protected OnAfterInstall ( IDictionary savedState ) : void
savedState IDictionary
리턴 void

OnAfterUninstall() 보호된 메소드

protected OnAfterUninstall ( IDictionary savedState ) : void
savedState IDictionary
리턴 void

ZMQServiceInstaller() 공개 메소드

public ZMQServiceInstaller ( string serviceName, string args ) : System
serviceName string
args string
리턴 System