Runs the service instance.

C# |
public void Run()

This method should be called only once for the life of the service. It will block until the middleware has no more use for the service instance.

Exception | Condition |
---|---|
[SoamException] | If failed to run the service container. |