Implemented interface member:
method
StartInteraction
Aspire.Hosting.IInteractionFileUploadStore.StartInteraction(System.Int32, System.Collections.Generic.IReadOnlyList<(System.String InputName, System.Int32 MaxFileCount)>)
11 references to StartInteraction
Aspire.Hosting.Tests (11)
Dashboard\DashboardServiceTests.cs (10)
837
fileUploadStore.
StartInteraction
(1, [("File", InteractionHelpers.MaxFileCount)]);
872
fileUploadStore.
StartInteraction
(1, [("File", 1)]);
894
fileUploadStore.
StartInteraction
(1, [("File", 1)]);
919
fileUploadStore.
StartInteraction
(1, [("File", InteractionHelpers.MaxFileCount)]);
940
fileUploadStore.
StartInteraction
(1, [("File", InteractionHelpers.MaxFileCount)]);
951
fileUploadStore.
StartInteraction
(1, [("File", InteractionHelpers.MaxFileCount)]);
981
fileUploadStore.
StartInteraction
(1, [("File", InteractionHelpers.MaxFileCount)]);
1034
fileUploadStore.
StartInteraction
(1, [("File", InteractionHelpers.MaxFileCount)]);
1212
fileUploadStore.
StartInteraction
(1, [("CertInput", InteractionHelpers.MaxFileCount)]);
1255
fileUploadStore.
StartInteraction
(1, [("File", 1)]);
Dashboard\InteractionFileUploadStoreTests.cs (1)
549
fileUploadStore.
StartInteraction
(interactionId, [(inputName, maxFileCount)]);