WebUpdateController.CancelOperation Method

This method cancels the operation specified by operationIdentity, if that operation is currently in progress (Working). BeginCheckForUpdate() and BeginDownloadUpdate() start operations that can be cancelled.

[Visual Basic]

Public Sub CancelOperation( _

ByVal operationIdentity As Object _

)

[C#]

public void CancelOperation(

object operationIdentity

);

Parameters

operationIdentity

The unique identity that represents the operation to cancel.

See Also

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