| WindowsSchedulerFindTaskLastRunDate Method |
Namespace:
Dynamicweb.Scheduling
Assembly:
Dynamicweb.Scheduling (in Dynamicweb.Scheduling.dll) Version: 4.0.2
Syntax public static Nullable<DateTime> FindTaskLastRunDate(
string user,
string password,
string domain
)
Public Shared Function FindTaskLastRunDate (
user As String,
password As String,
domain As String
) As Nullable(Of DateTime)
Parameters
- user
- Type: SystemString
- password
- Type: SystemString
- domain
- Type: SystemString
Return Value
Type:
NullableDateTimeSee Also