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

Exceptions

Exception

Condition

ArgumentException

The synchronization information does not exist in the collection.

ArgumentNullException

value cannot be null.

See Also

Removeā€‚Overload
SynchronizationInfoCollection Class
Microsoft.UpdateServices.Administration Namespace

Return to top