1 write to InteractionId
Aspire.Hosting (1)
ApplicationModel\InteractionService.cs (1)
535
InteractionId
= Interlocked.Increment(ref s_nextInteractionId);
5 references to InteractionId
Aspire.Hosting (5)
ApplicationModel\InteractionService.cs (4)
217
updateEvent = _interactionCollection.Remove(interactionUpdate.
InteractionId
);
221
if (_interactionCollection.Contains(interactionUpdate.
InteractionId
))
224
throw new InvalidOperationException($"An interaction with ID {interactionUpdate.
InteractionId
} already exists. Interaction IDs must be unique.");
300
protected override int GetKeyForItem(Interaction item) => item.
InteractionId
;
Dashboard\DashboardService.cs (1)
74
change.InteractionId = interaction.
InteractionId
;