AllJoynSession.RemoveMemberAsync(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
重要
Windows.Devices.AllJoyn 名前空間の型は非推奨であり、今後のバージョンの Windows では使用できない可能性があります。 AllJoyn は、AllSeen Alliance によって後援され、ライトのオンとオフ、温度の読み取りなどのモノのインターネット (IoT) シナリオ向けのオープンソースの検出および通信プロトコルでした。 IoTivity Lite や IoTivity などの代替手段については、iotivity.org Web サイトを参照してください。
入力 String で指定されたメンバーをセッションから削除します。
public:
virtual IAsyncOperation<int> ^ RemoveMemberAsync(Platform::String ^ uniqueName) = RemoveMemberAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<int> RemoveMemberAsync(winrt::hstring const& uniqueName);
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("AllJoynSession has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
IAsyncOperation<int> RemoveMemberAsync(winrt::hstring const& uniqueName);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<int> RemoveMemberAsync(string uniqueName);
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("AllJoynSession has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
public IAsyncOperation<int> RemoveMemberAsync(string uniqueName);
function removeMemberAsync(uniqueName)
Public Function RemoveMemberAsync (uniqueName As String) As IAsyncOperation(Of Integer)
パラメーター
- uniqueName
-
String
Platform::String
winrt::hstring
セッションから削除するメンバーの名前。
戻り値
AllJoyn 状態コード。
- 属性
Windows の要件
アプリの機能 |
allJoyn
|