ControllerStatus.CurrentOperationIdentity Property

Gets an object that can be used to retrieve information about an operation the controller is performing. This property will be null if no operation is in progress.

[Visual Basic]

Public ReadOnly Property CurrentOperationIdentity As Object

[C#]

public object CurrentOperationIdentity {get;}

See Also

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