다음을 통해 공유


SpatialEntityStore.RemoveAsync(SpatialEntity) 메서드

정의

모든 참가자에 대한 저장소에서 공간 엔터티를 제거합니다.

public:
 virtual IAsyncAction ^ RemoveAsync(SpatialEntity ^ entity) = RemoveAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction RemoveAsync(SpatialEntity const& entity);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction RemoveAsync(SpatialEntity entity);
function removeAsync(entity)
Public Function RemoveAsync (entity As SpatialEntity) As IAsyncAction

매개 변수

entity
SpatialEntity

제거할 공간 엔터티입니다.

반환

엔터티 제거가 호스트에 전달되면 트리거되는 작업입니다.

특성

적용 대상