Click or drag to resize

MatchRoomSetOwnerUid Method

Sets the UID of the room owner.

Namespace:  SoftGear.Strix.Client.Match.Room.Model
Assembly:  strix-client-csharp-match (in strix-client-csharp-match.dll) Version: 2.3.0
Syntax
C#
public void SetOwnerUid(
	UID ownerUid
)

Parameters

ownerUid
Type: SoftGear.Strix.Client.CoreUID
UID of the room owner.
See Also