Click or drag to resize

MatchNodeClientT, R Class

Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.CoreRequestClient
    SoftGear.Strix.Client.CoreCRUDClientT
      SoftGear.Strix.Client.NodeNodeClientT, R
        SoftGear.Strix.Client.MatchMatchNodeClientT, R
          SoftGear.Strix.Client.MatchCustomizableMatchNodeClient
          SoftGear.Strix.Client.MatchDefaultMatchNodeClient

Namespace:  SoftGear.Strix.Client.Match
Assembly:  strix-client-csharp-match (in strix-client-csharp-match.dll) Version: 2.3.0
Syntax
C#
public class MatchNodeClient<T, R> : NodeClient<T, R>
where T : MatchServerNode
where R : MatchServerNodeRoom

Type Parameters

T
R

The MatchNodeClientT, R type exposes the following members.

Constructors
  NameDescription
Public methodMatchNodeClientT, R
Initializes a new instance of the MatchNodeClientT, R class
Top
Methods
  NameDescription
Public methodGetJoinableRoomCount(RequestResultHandlerGetCountResponseR, RequestFailureHandler, RequestConfig)
Public methodGetJoinableRoomCount(GetCountMessageR, RequestResultHandlerGetCountResponseR, RequestFailureHandler, RequestConfig)
Public methodGetJoinableRoomCount(ICondition, RequestResultHandlerGetCountResponseR, RequestFailureHandler, RequestConfig)
Public methodStatic memberMakeConditionForJoinableMatchRoom
Public methodSearchJoinableRoom(SearchMessageR, RequestResultHandlerNodeRoomSearchResponseT, R, RequestFailureHandler, RequestConfig)
Public methodSearchJoinableRoom(Int32, Int32, RequestResultHandlerNodeRoomSearchResponseT, R, RequestFailureHandler, RequestConfig)
Public methodSearchJoinableRoom(ICondition, Order, Int32, Int32, RequestResultHandlerNodeRoomSearchResponseT, R, RequestFailureHandler, RequestConfig)
Top
See Also