Share via


ActionSave Class

Definition

Represents the save action.

public ref class ActionSave : IDisposable
public class ActionSave : IDisposable
type ActionSave = class
    interface IDisposable
Public Class ActionSave
Implements IDisposable
Inheritance
ActionSave
Implements

Constructors

ActionSave()

Initializes a new instance of the ActionSave class.

Fields

action

Specifies the action.

ad

Specifies the action definition.

ar

Specifies the action result.

expiration

Specifies the date and time of action expiration.

parameters

Specifies the parameters for the action.

sessionContext

Specifies the session context.

sessionId

Methods

Dispose()

Cleans up any resources being used.

ProcessActionExpired(Object)
StartTimer()

Starts the timer.

Events

ActionExpired

Event handler for ActionExpired event.

Applies to