PerceptionMonitor.SendSpatialSurfacesAsync Method

Definition

Send a new spatial surfaces update.

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

Returns

The asynchronous action.

Attributes

Remarks

Calling this method raises one or more DataReceived events, followed by the completion of the IAsyncAction that this method returns. You can't call the SendSpatialSurfacesAsync method until the IAsyncAction from the previous call has completed.

Applies to