ProviderServiceBase.Stop Method (Int32)
Stops the service, using the specified exit code.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public void Stop(
int exitCode
)
public:
void Stop(
int exitCode
)
Public Sub Stop (
exitCode As Integer
)
Parameters
exitCode
Type: System.Int32The specified exit code.
See Also
Stop Overload
ProviderServiceBase Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top