ExecuteCommandContext
Class sealed net8.0
Context for
ResourceCommandAnnotation.ExecuteCommand. namespace Aspire.Hosting.ApplicationModel;
public sealed class ExecuteCommandContext{ // ...} 6 members
Constructors1
Section titled ConstructorsProperties5
Section titled PropertiesArgumentsget; init Gets the invocation arguments supplied by the client when the command is executed.
CancellationTokenget; initCancellationToken The cancellation token.
Loggerget; initILogger The logger for the resource.
ResourceNameget; initstring The resource name.
ServiceProviderget; initats ignoredIServiceProvider The service provider.