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.
Retrieves information that is related to a specific synchronization process.
public ISynchronizationInfo GetSynchronizationInfo(Guidid);
Public Function GetSynchronizationInfo( _
ByVal id As Guid _
) As ISynchronizationInfo
Implements IUpdateServer.GetSynchronizationInfo
Parameters
- id
Identifies the synchronization information to retrieve.
Return Value
An ISynchronizationInfo that you use to determine when the process started and ended, if the process was successful, and list any errors that occurred.
Exceptions
| Exception type | Condition |
|---|---|
| WsusObjectNotFoundException | Unable to find synchronization information with the given identifier. |
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. |