Show / Hide Table of Contents

Class FileSessionConfigurationCreatedEventArgs

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

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

Constructors

FileSessionConfigurationCreatedEventArgs(SessionKey, String)

Initializes a new instance of the FileSessionConfigurationCreatedEventArgs class.

Declaration
public FileSessionConfigurationCreatedEventArgs(SessionKey sessionKey, string filePath)
Parameters
Type Name Description
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; set; }
Property Value
Type Description
System.String

SessionKey

The Session Key

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