Show / Hide Table of Contents

Class FileSessionConfigurationAvailableEventArgs

Indicates that configuaration is available and ready.

Inheritance
System.Object
FileSessionConfigurationAvailableEventArgs
Namespace: MESL.SqlRace.Domain.FileSession
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class FileSessionConfigurationAvailableEventArgs : EventArgs

Constructors

FileSessionConfigurationAvailableEventArgs()

Declaration
public FileSessionConfigurationAvailableEventArgs()

Properties

File

The Underlying File

Declaration
public string File { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX