WsusCollection.OnRemoveComplete Method (Int32, Object)

 

Applies To: Windows Server Update Services

Performs additional custom processes after removing an element from the UpdateCollection instance.

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

Syntax

protected override void OnRemoveComplete(
    int index,
    object value
)
protected:
virtual void OnRemoveComplete(
    int index,
    Object^ value
) override
override OnRemoveComplete : 
        index:int *
        value:Object -> unit
Protected Overrides Sub OnRemoveComplete (
    index As Integer,
    value As Object
)

Parameters

  • index
    Type: System.Int32

    The zero-based index at which value can be found.

  • value
    Type: System.Object

    The value of the element to remove from index.

See Also

WsusCollection Class
Microsoft.UpdateServices.Administration Namespace

Return to top