| WindowsSchedulerStopScheduler Method |
Namespace:
Dynamicweb.Scheduling
Assembly:
Dynamicweb.Scheduling (in Dynamicweb.Scheduling.dll) Version: 4.0.2
Syntax public static void StopScheduler(
string user,
string password,
string domain
)
Public Shared Sub StopScheduler (
user As String,
password As String,
domain As String
)
Parameters
- user
- Type: SystemString
- password
- Type: SystemString
- domain
- Type: SystemString
See Also