DistributedApplicationOperation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the context in which the AppHost is being executed.
public enum DistributedApplicationOperation
type DistributedApplicationOperation =
Public Enum DistributedApplicationOperation
- Inheritance
-
DistributedApplicationOperation
Fields
Name | Value | Description |
---|---|---|
Run | 0 | AppHost is being run for the purpose of debugging locally. |
Publish | 1 | AppHost is being run for the purpose of publishing a manifest for deployment. |