次の方法で共有


AppServiceClosedEventArgs クラス

定義

他のエンドポイントが App Service への接続を閉じるときに発生する AppServiceConnection.ServiceClosed イベントのデータを提供します。 App Services を使用すると、ユニバーサル 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

アプリ サービスのエンドポイントが閉じられたときに設定された状態を取得します。

適用対象

こちらもご覧ください