2 implementations of RemoveEntry
Aspire.Hosting (1)
Dashboard\InteractionFileUploadStore.cs (1)
177
public void
RemoveEntry
(int interactionId, string fileId)
Aspire.Hosting.Tests (1)
tests\Shared\TestInteractionFileUploadStore.cs (1)
101
public void
RemoveEntry
(int interactionId, string fileId)
3 references to RemoveEntry
Aspire.Hosting (3)
Backchannel\AppHostRpcTarget.cs (1)
282
fileUploadStore.
RemoveEntry
(request.InteractionId, fileId);
Dashboard\DashboardService.cs (1)
589
fileUploadStore.
RemoveEntry
(interactionId.Value, fileId);
Dashboard\DashboardServiceData.cs (1)
296
() => fileUploadStore.
RemoveEntry
(interactionId, file.Id)))