4 references to SetChildResourceAsync
Aspire.Hosting (4)
Orchestrator\ApplicationOrchestrator.cs (4)
178await SetChildResourceAsync(context.Resource, state: KnownResourceStates.Starting, startTimeStamp: null, stopTimeStamp: null).ConfigureAwait(false); 344await SetChildResourceAsync(context.Resource, context.Status.State, context.Status.StartupTimestamp, context.Status.FinishedTimestamp).ConfigureAwait(false); 356await SetChildResourceAsync(context.Resource, KnownResourceStates.FailedToStart, startTimeStamp: null, stopTimeStamp: null).ConfigureAwait(false); 432await SetChildResourceAsync(child, state, startTimeStamp, stopTimeStamp)