Click or drag to resize

RoomJoinFailedResponseT Constructor (Int32, Int64)

Namespace:  SoftGear.Strix.Client.Room.Message
Assembly:  strix-client-csharp-room (in strix-client-csharp-room.dll) Version: 2.3.0
Syntax
C#
public RoomJoinFailedResponse(
	int errorCode,
	long primaryKey
)

Parameters

errorCode
Type: SystemInt32
primaryKey
Type: SystemInt64
See Also