SpatialEntityStore.TryGet(RemoteSystemSession) Method

Definition

Establishes or retrieves an automatically-synchronized pool of spatial entities for a remote session.

public:
 static SpatialEntityStore ^ TryGet(RemoteSystemSession ^ session);
/// [Windows.Foundation.Metadata.Overload("TryGetForRemoteSystemSession")]
 static SpatialEntityStore TryGet(RemoteSystemSession const& session);
[Windows.Foundation.Metadata.Overload("TryGetForRemoteSystemSession")]
public static SpatialEntityStore TryGet(RemoteSystemSession session);
function tryGet(session)
Public Shared Function TryGet (session As RemoteSystemSession) As SpatialEntityStore

Parameters

session
RemoteSystemSession

The remote session with the participants that will share spatial entities.

Returns

The spatial entity store.

Attributes

Applies to