Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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