WebUpdateController.BeginDownloadUpdate Method

This method starts a DownloadUpdate() operation. The method returns immediately and the update controller performs the operation asynchronously.

[Visual Basic]

Public Function BeginDownloadUpdate( _

ByVal updateIdentity As Object _

) As Object

[C#]

public object BeginDownloadUpdate(

object updateIdentity

);

Parameters

updateIdentity

The unique identity that represents the update to be downloaded.

Return Value

A unique identity that represents this operation.

See Also

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