Click or drag to resize

CustomizableMatchRoomClient Class

Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.CoreRequestClient
    SoftGear.Strix.Client.CoreCRUDClientCustomizableMatchRoom
      SoftGear.Strix.Client.RoomRoomClientCustomizableMatchRoom, CustomizableMatchRoomMember
        SoftGear.Strix.Client.MatchMatchRoomClientCustomizableMatchRoom, CustomizableMatchRoomMember
          SoftGear.Strix.Client.MatchCustomizableMatchRoomClient

Namespace:  SoftGear.Strix.Client.Match
Assembly:  strix-client-csharp-match (in strix-client-csharp-match.dll) Version: 2.3.0
Syntax
C#
public class CustomizableMatchRoomClient : MatchRoomClient<CustomizableMatchRoom, CustomizableMatchRoomMember>

The CustomizableMatchRoomClient type exposes the following members.

Constructors
  NameDescription
Public methodCustomizableMatchRoomClient
Initializes a new instance of the CustomizableMatchRoomClient class
Top
See Also