Share via


DistributedApplicationOperation Enum

Definition

Describes the context in which the AppHost is being executed.

public enum DistributedApplicationOperation
type DistributedApplicationOperation = 
Public Enum DistributedApplicationOperation
Inheritance
DistributedApplicationOperation

Fields

Publish 1

AppHost is being run for the purpose of publishing a manifest for deployment.

Run 0

AppHost is being run for the purpose of debugging locally.

Applies to