AppServiceClosedStatus 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 status that was set when the endpoint for the app service was closed. App service providers enable app-to-app communication by providing services that other Universal Windows app can consume.
public enum class AppServiceClosedStatus/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AppServiceClosedStatus[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AppServiceClosedStatusvar value = Windows.ApplicationModel.AppService.AppServiceClosedStatus.completedPublic Enum AppServiceClosedStatus- Inheritance
- 
				AppServiceClosedStatus
- Attributes
Windows requirements
| Device family | 
							Windows 10 (introduced in 10.0.10240.0) | 
| API contract | 
							Windows.Foundation.UniversalApiContract (introduced in v1.0) | 
Fields
| Name | Value | Description | 
|---|---|---|
| Completed | 0 | The endpoint for the app service closed gracefully. | 
| Canceled | 1 | The endpoint for the app service was closed by the client or the system | 
| ResourceLimitsExceeded | 2 | The endpoint for the app service was closed because the endpoint ran out of resources. | 
| Unknown | 3 | An unknown error occurred. |