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
value
Type: Microsoft.UpdateServices.Administration.ISubscriptionEventAn ISubscriptionEvent of the subscription event to remove.
Exceptions
Exception
Condition
The subscription event does not exist in the collection.
value cannot be null.
See Also
Remove Overload
SubscriptionEventCollection Class
Microsoft.UpdateServices.Administration Namespace
Return to top