WsusCollection.OnInsertComplete Method (Int32, Object)
Applies To: Windows Server Update Services
Performs additional custom processes after inserting a new element into the UpdateCollection instance.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
protected override void OnInsertComplete(
int index,
object value
)
protected:
virtual void OnInsertComplete(
int index,
Object^ value
) override
override OnInsertComplete :
index:int *
value:Object -> unit
Protected Overrides Sub OnInsertComplete (
index As Integer,
value As Object
)
Parameters
index
Type: System.Int32The zero-based index at which to insert value.
value
Type: System.ObjectThe new value of the element at index.
See Also
WsusCollection Class
Microsoft.UpdateServices.Administration Namespace
Return to top