Share via


SubscriptionEventCollection.Remove Method (ISubscriptionEvent)

 

Applies To: Windows Server Update Services

Removes the subscription event from the collection.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public void Remove(
    ISubscriptionEvent value
)
public:
void Remove(
    ISubscriptionEvent^ value
)
member Remove : 
        value:ISubscriptionEvent -> unit
Public Sub Remove (
    value As ISubscriptionEvent
)

Parameters

Exceptions

Exception

Condition

ArgumentException

The subscription event does not exist in the collection.

ArgumentNullException

value cannot be null.

See Also

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

Return to top