Click or drag to resize

MatchRoomKickMessageT Class

Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.Core.MessageDefaultRequestMessage
    SoftGear.Strix.Client.Match.Room.MessageMatchRoomKickMessageT

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 MatchRoomKickMessage<T> : DefaultRequestMessage
where T : IRoom

Type Parameters

T

The MatchRoomKickMessageT type exposes the following members.

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