AbstractServiceStop Method |
Stops this virtualized service. When used as Virtual Server, it will release all services descriptions and network resources like TCP Port.
When the service is stopped, the virtual server will not reply anymore.
Namespace:
Hummingbird.TestFramework.Services
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public abstract void Stop()
Public MustOverride Sub Stop
public:
virtual void Stop() abstract
abstract Stop : unit -> unit
See Also