Share via


ActionResult Class

Definition

Represents the results of the action.

public ref class ActionResult
public class ActionResult
type ActionResult = class
Public Class ActionResult
Inheritance
ActionResult

Constructors

ActionResult()

Initializes a new instance of the ActionResult class.

ActionResult(ActionDefinition, ConditionResult, Dictionary<String,String>, String)

Initializes a new instance of the ActionResult class.

Properties

Action

Gets or sets the action.

ActionData

Gets or sets the data associated with the action.

AgentScriptActionId

Gets or sets the agent script action ID.

Application

Gets or sets the application.

Condition

Gets or sets the condition.

ConditionResult

Gets or sets the condition result.

Created

Gets or sets the date and time when the action result was created.

Duration

Gets or sets the duration of the action.

exception

Gets or sets the exception.

Name

Gets or sets the name of the action.

Parameters

Gets the parameters for the action.

Result

Gets or sets the result of the action.

SessionId

Gets or sets the session ID.

Source

Gets or sets the source.

Type

Gets or sets the action result type.

Methods

SetParameters(Dictionary<String,String>)

Sets the parameters for the action.

Applies to