ISynchronizationInfo Interface
Applies To: Windows Server Update Services
Use this interface to get information about the last synchronization process. To get this interface, call one of the following methods: GetLastSynchronizationInfo; GetSynchronizationInfo; Item
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public interface ISynchronizationInfo
public interface class ISynchronizationInfo
type ISynchronizationInfo = interface end
Public Interface ISynchronizationInfo
Properties
Name | Description | |
---|---|---|
EndTime | Gets the time when the synchronization process ended. |
|
Error | Gets the error associated with a synchronization failure. |
|
ErrorText | Gets the text of the last synchronization failure. |
|
Id | Gets the GUID of the synchronization information. |
|
Result | Gets the result of the synchronization process. |
|
StartedManually | Gets a value that indicates if the synchronization process was started manually. |
|
StartTime | Gets the time when the synchronization process started. |
|
UpdateErrors | Gets a collection of errors for updates that failed to import into the local database. |
Methods
Name | Description | |
---|---|---|
GetHashCode() | Gets the hash code of this object. |
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top