Skip to content
Docs Try Aspire
Docs Try

ExecuteCommandContext Properties

Class Properties 4 members
CancellationToken Section titled CancellationToken CancellationToken
The cancellation token.
public CancellationToken CancellationToken { get; init; }
The logger for the resource.
public ILogger Logger { get; init; }
ResourceName Section titled ResourceName string
The resource name.
public string ResourceName { get; init; }
ServiceProvider Section titled ServiceProvider IServiceProvider
The service provider.
public IServiceProvider ServiceProvider { get; init; }