-
Home
-
API
-
XamlToCSharpGenerator.Runtime
-
SourceGenStudioUpdateResult
-
Constructors
-
SourceGenStudioUpdateResult(Boolean, String, Int64, String?, Nullable, SourceGenStudioOperationState, Boolean, Boolean, Boolean, String?, Type?, Exception?, IReadOnlyList?)
SourceGenStudioUpdateResult(Boolean, String, Int64, String?, Nullable, SourceGenStudioOperationState, Boolean, Boolean, Boolean, String?, Type?, Exception?, IReadOnlyList?) Constructor
Definition
public SourceGenStudioUpdateResult(bool Succeeded, string Message, long OperationId, string? RequestId, long? CorrelationId, SourceGenStudioOperationState State, bool SourcePersisted, bool LocalUpdateObserved, bool RuntimeFallbackApplied, string? BuildUri = null, Type? TargetType = null, Exception? Error = null, IReadOnlyList<string>? Diagnostics = null)
Parameters