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.
Number of clients that have not reported their status to the WSUS server since the specified time.
public Int32 GetComputersNotContactedSinceCount(DateTimefromDate);
Public Function GetComputersNotContactedSinceCount( _
ByVal fromDate As DateTime _
) As Int32
Implements IUpdateServer.GetComputersNotContactedSinceCount
Parameters
- fromDate
Date and time of interest. Specify the date and time in Coordinated Universal Time.
Return Value
Number of clients that have not reported their status to the WSUS server since the time that is specified in fromDate.
Requirements
| Server | Requires Windows Server 2003 or Windows 2000 Server SP4 and later. |
| Namespace | Defined in Microsoft.UpdateServices.Administration. |
| Assembly | Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll). |
| .NET Framework | Requires .NET Framework 1.1. |