IUpdateServer.GetComputersNotContactedSinceCount Method (DateTime)
Applies To: Windows Server Update Services
Number of clients that have not reported their status to the WSUS server since the specified time.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
int GetComputersNotContactedSinceCount(
DateTime fromDate
)
int GetComputersNotContactedSinceCount(
DateTime fromDate
)
abstract GetComputersNotContactedSinceCount :
fromDate:DateTime -> int
Function GetComputersNotContactedSinceCount (
fromDate As Date
) As Integer
Parameters
fromDate
Type: System.DateTimeDate and time of interest. Specify the date and time in Coordinated Universal Time (UTC).
Return Value
Type: System.Int32
Number of clients that have not reported their status to the WSUS server since the time that is specified in fromDate.
See Also
IUpdateServer Interface
Microsoft.UpdateServices.Administration Namespace
Return to top