DistributedApplicationExecutionContext
Handle
interface DistributedApplicationExecutionContext { readonly isPublishMode: boolean; readonly isRunMode: boolean; readonly operation: DistributedApplicationOperation; publisherName: string; readonly serviceProvider: IServiceProvider;}6 members
Properties
property
isPublishModebooleangetReturns true if the current operation is publishing.
property
isRunModebooleangetReturns true if the current operation is running.
property
operationDistributedApplicationOperationgetThe operation currently being performed by the AppHost.
property
publisherNamestringget · setThe name of the publisher that is being used if `Operation` is set to `Publish`.
property
serviceProviderIServiceProvidergetThe `IServiceProvider` for the AppHost.