共用方式為


AppServiceClosedEventArgs 類別

定義

提供 AppServiceConnection.ServiceClosed 事件的資料,該事件會在其他端點關閉與 App Service 的連線時發生。 應用程式服務可讓您將通用 Windows 應用程式的服務提供給其他通用 Windows 應用程式,藉此啟用應用程式對應用程式通訊。

public ref class AppServiceClosedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppServiceClosedEventArgs final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppServiceClosedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppServiceClosedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppServiceClosedEventArgs
Public NotInheritable Class AppServiceClosedEventArgs
繼承
Object Platform::Object IInspectable AppServiceClosedEventArgs
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

備註

這個類別的實例會傳遞至您針對 AppServiceConnection.ServiceClosed 事件實作的事件處理常式。

屬性

Status

取得關閉應用程式服務的端點時所設定的狀態。

適用於

另請參閱