WebUpdateController.BeginApplyUpdate Method

This method starts an ApplyUpdate() operation.

[Visual Basic]

Public Function BeginApplyUpdate( _

ByVal updateIdentity As Object _

) As Object

[C#]

public object BeginApplyUpdate(

object updateIdentity

);

Parameters

updateIdentity

The unique identity that represents the update to be applied.

Return Value

A unique identity that represents this operation.

See Also

WebUpdateController Class | WebUpdateController Members | Kjs.AppLife.Update.Web Namespace