ManifestPublishingContext Properties
Class Properties 4 members
Contextual information used for manifest publishing during this execution of the AppHost.
Gets cancellation token for this operation.
public CancellationToken CancellationToken { get; } Gets execution context for this invocation of the AppHost.
public DistributedApplicationExecutionContext ExecutionContext { get; } Gets manifest path specified for this invocation of the AppHost.
public string ManifestPath { get; } Gets JSON writer for writing manifest entries.
public Utf8JsonWriter Writer { get; }