Share via


DistributedApplicationExecutionContext Class

Definition

Exposes the global contextual information for this invocation of the AppHost.

public class DistributedApplicationExecutionContext
type DistributedApplicationExecutionContext = class
Public Class DistributedApplicationExecutionContext
Inheritance
DistributedApplicationExecutionContext

Constructors

DistributedApplicationExecutionContext(DistributedApplicationOperation)

Exposes the global contextual information for this invocation of the AppHost.

Properties

IsPublishMode

Returns true if the current operation is publishing.

IsRunMode

Returns true if the current operation is running.

Operation

The operation currently being performed by the AppHost.

Applies to