The settings used to configure a service within Munja. The settings are serialisable as XML for persistence of service settings across sessions


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

Syntax

Visual Basic (Declaration)
Public Class ServiceSettings
C#
public class ServiceSettings
C++
ref class ServiceSettings
J#
public class ServiceSettings
JScript
public class ServiceSettings

Inheritance Hierarchy

System.Object
   Benchmarx.Munja.ServiceSettings

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also