Call this method when the service has been configured and your application is ready to start listening on the specified endpoints.


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

Syntax

Visual Basic (Declaration)
Public Function Start() As Boolean
C#
public bool Start()
C++
public:
 bool Start() sealed 
J#
public bool Start()
JScript
public  function Start() : bool

Return Value

true if the service started successfully, false if there was an error binding

See Also