3 writes to State
Aspire.Hosting (3)
Dashboard\DashboardServiceData.cs (3)
160
return new InteractionCompletionState {
State
= request.MessageBox.Result };
162
return new InteractionCompletionState {
State
= request.MessageBar.Result };
180
return new InteractionCompletionState {
State
= inputsInfo.Inputs };
3 references to State
Aspire.Hosting (3)
ApplicationModel\InteractionService.cs (3)
88
: InteractionResultFactory.Ok((bool)completion.
State
!);
156
: InteractionResultFactory.Ok((IReadOnlyList<InteractionInput>)completion.
State
!);
183
: InteractionResultFactory.Ok((bool)completion.
State
!);