PerceptionMonitor.SendSpatialSurfacesAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
发送新的空间图面更新。
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
返回
异步操作。
- 属性
注解
调用此方法会引发一个或多个 DataReceived 事件,然后引发此方法返回的 IAsyncAction 的完成。 在上一次调用的 IAsyncAction 完成之前,无法调用 SendSpatialSurfacesAsync 方法。