次の方法で共有


PerceptionMonitor.SendSpatialSurfacesAsync メソッド

定義

新しい空間サーフェスの更新を送信します。

public:
 virtual IAsyncAction ^ SendSpatialSurfacesAsync() = SendSpatialSurfacesAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SendSpatialSurfacesAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SendSpatialSurfacesAsync();
function sendSpatialSurfacesAsync()
Public Function SendSpatialSurfacesAsync () As IAsyncAction

戻り値

非同期アクション。

属性

注釈

このメソッドを呼び出すと、1 つ以上の DataReceived イベントが 発生し、その後にこのメソッドが返す IAsyncAction が完了します。 前の呼び出しの IAsyncAction が完了するまで、SendSpatialSurfacesAsync メソッドを呼び出すことはできません。

適用対象