Click or drag to resize

MatchRoomKickFailedResponseT Class

Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.Core.MessageDefaultFailureMessage
    SoftGear.Strix.Client.Match.Room.MessageMatchRoomKickFailedResponseT

Namespace:  SoftGear.Strix.Client.Match.Room.Message
Assembly:  strix-client-csharp-match (in strix-client-csharp-match.dll) Version: 2.3.0
Syntax
C#
[SerializableAttribute]
public class MatchRoomKickFailedResponse<T> : DefaultFailureMessage
where T : IRoom

Type Parameters

T

The MatchRoomKickFailedResponseT type exposes the following members.

Constructors
  NameDescription
Public methodMatchRoomKickFailedResponseT
Initializes a new instance of the MatchRoomKickFailedResponseT class
Public methodMatchRoomKickFailedResponseT(Int32, Int64, UID)
Initializes a new instance of the MatchRoomKickFailedResponseT class
Top
Methods
See Also