ReloadedEventArgs(String, String, Int32, Int32, String[], TimeSpan) Constructor

Definition

public ReloadedEventArgs (string workspace, string status, int fileCount, int projectCount, string[] errors, TimeSpan duration);
new Microsoft.Quantum.IQSharp.ReloadedEventArgs : string * string * int * int * string[] * TimeSpan -> Microsoft.Quantum.IQSharp.ReloadedEventArgs
Public Sub New (workspace As String, status As String, fileCount As Integer, projectCount As Integer, errors As String(), duration As TimeSpan)

Parameters

workspace
String
status
String
fileCount
Int32
projectCount
Int32
errors
String[]
duration
TimeSpan

Applies to