Edit

Share via


MultiplayerSearchHandleDetails Class

Definition

Represents a users current search handle, along with some details about the corresponding session.

[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class MultiplayerSearchHandleDetails
type MultiplayerSearchHandleDetails = class
    interface __IMultiplayerSearchHandleDetailsPublicNonVirtuals
Public NotInheritable Class MultiplayerSearchHandleDetails
Inheritance
MultiplayerSearchHandleDetails
Attributes
Windows.Foundation.Metadata.MarshalingBehaviorAttribute Windows.Foundation.Metadata.ThreadingAttribute Windows.Foundation.Metadata.VersionAttribute

Properties

Closed

Indicates whether the session is temporarily closed for joining.

CustomSessionPropertiesJson

String containing custom session properties JSON blob.

HandleCreationTime

The time when the search handle was posted.

HandleId

The identifier of the handles that corresponds to the multiplayer activity.

JoinRestriction

The join restriction of the session, which applies if visibility is "open".

MaxMembersCount

The number of total session member slots supported for the multiplayer activity.

MembersCount

The number of slots occupied.

NumbersMetadata

The numbers metadata that is currently set on the session.

RoleTypes

A collection of role types.

SessionOwnerXboxUserIds

Owners of the session.

SessionReference

The multiplayer session reference that contains identifying information for the session.

StringsMetadata

The strings metadata that is currently set on the session.

Tags

The tags that are currently set on the session.

Visibility

The visibility state of the session, which indicates Whether other users can see, or join, etc.

Applies to