EN
Dieser Inhalt ist in Ihrer Sprache leider nicht verfügbar. Im Folgenden finden Sie die englische Version.
Dieser Artikel wurde noch nicht bewertet - Dieses Thema bewerten.

IComputerTarget.LastReportedStatusTime Property

Gets the last time this client sent its update installation status to the WSUS server.


Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
'Usage
Dim instance As IComputerTarget
Dim value As DateTime

value = instance.LastReportedStatusTime

DateTime LastReportedStatusTime { get; }
/** @property */
DateTime get_LastReportedStatusTime ()

function get LastReportedStatusTime () : DateTime

Property Value

The last time this client sent its update installation status to the WSUS server. The date is in Coordinated Universal Time. DateTime.MinValue means that the client has never sent its status to the WSUS server.

A return value of DateTime.MinValue means that the client has never sent its status to the WSUS server.


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Server 2008 R2



Fanden Sie dies hilfreich?
(1500 verbleibende Zeichen)

Community-Beiträge

HINZUFÜGEN
© 2013 Microsoft. Alle Rechte vorbehalten.