Click or drag to resize

MatchRoomKickResponseT Class

Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.Core.MessageDefaultResponseMessage
    SoftGear.Strix.Client.Match.Room.MessageMatchRoomKickResponseT

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 MatchRoomKickResponse<T> : DefaultResponseMessage
where T : IRoom

Type Parameters

T

The MatchRoomKickResponseT type exposes the following members.

Constructors
  NameDescription
Public methodMatchRoomKickResponseT
Initializes a new instance of the MatchRoomKickResponseT class
Public methodMatchRoomKickResponseT(Int64, UID)
Initializes a new instance of the MatchRoomKickResponseT class
Top
Methods
See Also