Click or drag to resize

CommunicationExtensions Methods

Methods
  NameDescription
Public methodStatic memberCallAllT(T, String, Byte)
The method builds a RPC frame and sends it to all clients having an instance of the IController type T
Public methodStatic memberCallAllT(IController, String, Byte)
The method builds a RPC frame and sends it to all clients having an instance of the IController type T
Public methodStatic memberCallOthersT(T, String, Byte)
The method builds a RPC frame and sends it to all clients having an instance of the IController type T The calling client is excluded from the clients being called.
Public methodStatic memberCallOthersT(IController, String, Byte)
The method builds a RPC frame and sends it to all clients having an instance of the IController type T The calling client is excluded from the clients being called.
Public methodStatic memberCallWhereT(T, FuncT, Boolean, String, Byte)
The method builds a RPC frame and sends it to clients having an instance of the IController type T and matches the expression
Public methodStatic memberCallWhereT(IController, FuncT, Boolean, String, Byte)
The method builds a RPC frame and sends it to clients having an instance of the IController type T and matches the expression
Public methodStatic memberFindT(T, FuncT, Boolean)
Finds clients that has instances of the IController and match the expression
Public methodStatic memberFindT(IController, FuncT, Boolean)
Finds clients that has instances of the IController and match the expression
Top
See Also