WebUpdateController.GetOperationStatus Method
This method is used to immediately retrieve information about a known long-running operation on the proxy updater. It can be used for information about the current operation or a previously completed operation; however, information about previously completed operations is periodically discarded by the proxy updater.
[Visual Basic]
Public Function GetOperationStatus( _
ByVal operationIdentity As Object _
) As OperationStatus
Parameters
operationIdentity
The unique identity returned by the method that started the operation.
See Also
WebUpdateController Class | WebUpdateController Members | Kjs.AppLife.Update.Web Namespace