SourceGenStudioUpdateResult(Boolean, String, Int64, String?, Nullable, SourceGenStudioOperationState, Boolean, Boolean, Boolean, String?, Type?, Exception?, IReadOnlyList?) Constructor

Definition

Assembly XamlToCSharpGenerator.Runtime.Core.dll
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

Succeeded
Boolean
Message
String
OperationId
Int64
RequestId
String
CorrelationId
Nullable<Int64>
SourcePersisted
Boolean
LocalUpdateObserved
Boolean
RuntimeFallbackApplied
Boolean
BuildUri
String
TargetType
Type?
Error
Exception