ReloadedEventArgs(String, String, Int32, Int32, String[], TimeSpan) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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