Lobby.OwnerMigrationPolicy property

Gets the owner migration policy of the lobby.

public LobbyOwnerMigrationPolicy OwnerMigrationPolicy { get; }

Return Value

The owner migration policy of the lobby.

Remarks

The owner migration policy can't change for the lifetime of the lobby.

If this lobby object was created by calling JoinLobby, this method returns LobbyOwnerMigrationPolicy.None until ProcessLobbyStateChanges provides a OnLobbyUpdated with the OnLobbyUpdated ownerUpdated set to true. If joining the lobby succeeds, this field is guaranteed to be populated by the time ProcessLobbyStateChanges provides a OnLobbyJoinCompleted.

See Also