SynchronizationInfoCollection.Remove Method (ISynchronizationInfo)
Applies To: Windows Server Update Services
Removes the synchronization information from the collection.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public void Remove(
ISynchronizationInfo value
)
public:
void Remove(
ISynchronizationInfo^ value
)
member Remove :
value:ISynchronizationInfo -> unit
Public Sub Remove (
value As ISynchronizationInfo
)
Parameters
value
Type: Microsoft.UpdateServices.Administration.ISynchronizationInfoAn ISynchronizationInfo of the synchronization information to remove.
Exceptions
Exception
Condition
The synchronization information does not exist in the collection.
value cannot be null.
See Also
Remove Overload
SynchronizationInfoCollection Class
Microsoft.UpdateServices.Administration Namespace
Return to top