2 implementations of StartInteraction
Aspire.Hosting (1)
Dashboard\InteractionFileUploadStore.cs (1)
32
public void
StartInteraction
(int interactionId, IReadOnlyList<(string InputName, int MaxFileCount)> fileInputs)
Aspire.Hosting.Tests (1)
tests\Shared\TestInteractionFileUploadStore.cs (1)
23
public void
StartInteraction
(int interactionId, IReadOnlyList<(string InputName, int MaxFileCount)> fileInputs)
6 references to StartInteraction
Aspire.Hosting (1)
InteractionService.cs (1)
202
_fileUploadStore.
StartInteraction
(newState.InteractionId, fileInputs);
Aspire.Hosting.Tests (5)
Backchannel\AppHostRpcTargetUploadTests.cs (5)
22
fileUploadStore.
StartInteraction
(interactionId, [(inputName, InteractionHelpers.MaxFileCount)]);
57
fileUploadStore.
StartInteraction
(interactionId, [(inputName, 1)]);
83
fileUploadStore.
StartInteraction
(interactionId, [(inputName, 1)]);
146
fileUploadStore.
StartInteraction
(interactionId, [(inputName, 1)]);
159
fileUploadStore.
StartInteraction
(interactionId, [(inputName, 1)]);