Show / Hide Table of Contents

Class FileSessionConfigurationProcessingStepEventArgs

SQLRace Configuration steps for the file session has been created and committed to the database

Inheritance
System.Object
FileSessionConfigurationProcessingStepEventArgs
Namespace: MESL.SqlRace.Domain.Repositories.Sessions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class FileSessionConfigurationProcessingStepEventArgs : EventArgs

Constructors

FileSessionConfigurationProcessingStepEventArgs(Int32, Int32, String, SessionKey, String)

Initializes a new instance of the FileSessionConfigurationProcessingStepEventArgs class.

Declaration
public FileSessionConfigurationProcessingStepEventArgs(int progressStep, int progressTotalSteps, string progressMessage, SessionKey sessionKey, string filePath)
Parameters
Type Name Description
System.Int32 progressStep

The progress step.

System.Int32 progressTotalSteps

The progress total steps.

System.String progressMessage

The progress message.

MAT.OCS.Core.SessionKey sessionKey

The session key.

System.String filePath

The file path.

Properties

FilePath

The fully qualified path and name for the underlying file session

Declaration
public string FilePath { get; }
Property Value
Type Description
System.String

ProgressMessage

Gets or sets the progress message.

Declaration
public string ProgressMessage { get; }
Property Value
Type Description
System.String

The progress message.

ProgressStep

Gets or sets the progress step.

Declaration
public int ProgressStep { get; }
Property Value
Type Description
System.Int32

The progress step.

ProgressTotalSteps

Gets or sets the progress total steps.

Declaration
public int ProgressTotalSteps { get; }
Property Value
Type Description
System.Int32

The progress total steps.

SessionKey

The Session Key

Declaration
public SessionKey SessionKey { get; }
Property Value
Type Description
MAT.OCS.Core.SessionKey
Back to top Generated by DocFX