Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AppServiceClosedStatus Enum
Definition
- Namespace:
- Windows.ApplicationModel.AppService
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 AppServiceClosedStatus
var value = Windows.ApplicationModel.AppService.AppServiceClosedStatus.completed
Public Enum AppServiceClosedStatus
- Inheritance
-
AppServiceClosedStatus
- Attributes
Windows requirements
| Requirements | Description |
|---|---|
| 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. |
Applies to
See also
Feedback
Was this page helpful?
