Share via


SessionTimer.DoAction(RequestActionEventArgs) Method

Definition

Called by UII whenever an action is about to be performed on the application.

protected:
 override void DoAction(Microsoft::Uii::Csr::RequestActionEventArgs ^ args);
protected override void DoAction (Microsoft.Uii.Csr.RequestActionEventArgs args);
override this.DoAction : Microsoft.Uii.Csr.RequestActionEventArgs -> unit
Protected Overrides Sub DoAction (args As RequestActionEventArgs)

Parameters

args
RequestActionEventArgs

Represents the event arguments for request action event.

Applies to