Constructs a new MunjaService of the defined type


Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal type As MunjaService.ServiceType _ 
)
C#
public MunjaService(
   MunjaService.ServiceType type
)
C++
public:
 MunjaService(
   MunjaService.ServiceType type
) sealed 
J#
public MunjaService(
   MunjaService.ServiceType type
)
JScript
public function MunjaService(
   type : MunjaService.ServiceType
)

Parameters

type

See Also