RemoteSystemSessionMessageChannel コンストラクター

定義

オーバーロード

RemoteSystemSessionMessageChannel(RemoteSystemSession, String)

RemoteSystemSessionMessageChannel のインスタンスを初期化して、特定のリモート セッションのメッセージングを管理します

RemoteSystemSessionMessageChannel(RemoteSystemSession, String, RemoteSystemSessionMessageChannelReliability)

特定のリモート セッションのメッセージングを管理するために RemoteSystemSessionMessageChannel のインスタンスを初期化し、チャネルの信頼性の種類を指定します。

RemoteSystemSessionMessageChannel(RemoteSystemSession, String)

RemoteSystemSessionMessageChannel のインスタンスを初期化して、特定のリモート セッションのメッセージングを管理します

public:
 RemoteSystemSessionMessageChannel(RemoteSystemSession ^ session, Platform::String ^ channelName);
 RemoteSystemSessionMessageChannel(RemoteSystemSession const& session, winrt::hstring const& channelName);
public RemoteSystemSessionMessageChannel(RemoteSystemSession session, string channelName);
function RemoteSystemSessionMessageChannel(session, channelName)
Public Sub New (session As RemoteSystemSession, channelName As String)

パラメーター

session
RemoteSystemSession

このメッセージング チャネルが対応する RemoteSystemSession

channelName
String

Platform::String

winrt::hstring

メッセージング チャネルのユーザー定義名。 "Bob の 3D アプリ セッション" など、シンプルでわかりやすいものにする必要があります。

Windows の要件

アプリの機能
remoteSystem

適用対象

RemoteSystemSessionMessageChannel(RemoteSystemSession, String, RemoteSystemSessionMessageChannelReliability)

特定のリモート セッションのメッセージングを管理するために RemoteSystemSessionMessageChannel のインスタンスを初期化し、チャネルの信頼性の種類を指定します。

public:
 RemoteSystemSessionMessageChannel(RemoteSystemSession ^ session, Platform::String ^ channelName, RemoteSystemSessionMessageChannelReliability reliability);
 RemoteSystemSessionMessageChannel(RemoteSystemSession const& session, winrt::hstring const& channelName, RemoteSystemSessionMessageChannelReliability const& reliability);
public RemoteSystemSessionMessageChannel(RemoteSystemSession session, string channelName, RemoteSystemSessionMessageChannelReliability reliability);
function RemoteSystemSessionMessageChannel(session, channelName, reliability)
Public Sub New (session As RemoteSystemSession, channelName As String, reliability As RemoteSystemSessionMessageChannelReliability)

パラメーター

session
RemoteSystemSession

このメッセージング チャネルが対応する RemoteSystemSession

channelName
String

Platform::String

winrt::hstring

メッセージング チャネルのユーザー定義名。 "Bob の 3D アプリ メッセージング チャネル" など、シンプルでわかりやすいものにする必要があります。

reliability
RemoteSystemSessionMessageChannelReliability

このチャネルの信頼性の種類を記述する RemoteSystemSessionMessageChannelReliability 値。

Windows の要件

アプリの機能
remoteSystem

適用対象