SnippetCompiledEventArgs(String, String[], 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 SnippetCompiledEventArgs (string status, string[] errors, string[] namespaces, TimeSpan duration);
new Microsoft.Quantum.IQSharp.SnippetCompiledEventArgs : string * string[] * string[] * TimeSpan -> Microsoft.Quantum.IQSharp.SnippetCompiledEventArgs
Public Sub New (status As String, errors As String(), namespaces As String(), duration As TimeSpan)
Parameters
- status
- String
- errors
- String[]
- namespaces
- String[]
- duration
- TimeSpan