Click or drag to resize

MatchRoomMemberSetPrimaryKey Method

Sets the primary key of the match room member.

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 SetPrimaryKey(
	long primaryKey
)

Parameters

primaryKey
Type: SystemInt64
Room member's primary key.

Implements

IModelSetPrimaryKey(Int64)
See Also