AppServiceClosedStatus Enum

Definition

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

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

Canceled 1

The endpoint for the app service was closed by the client or the system

Completed 0

The endpoint for the app service closed gracefully.

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