CommunicationExtensions Methods |
Name | Description | |
---|---|---|
![]() ![]() | CallAllT(T, String, Byte) |
The method builds a RPC frame and sends it to all clients having an instance of the IController type T
|
![]() ![]() | CallAllT(IController, String, Byte) |
The method builds a RPC frame and sends it to all clients having an instance of the IController type T
|
![]() ![]() | CallOthersT(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.
|
![]() ![]() | CallOthersT(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.
|
![]() ![]() | CallWhereT(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
|
![]() ![]() | CallWhereT(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
|
![]() ![]() | FindT(T, FuncT, Boolean) |
Finds clients that has instances of the IController and match the expression
|
![]() ![]() | FindT(IController, FuncT, Boolean) |
Finds clients that has instances of the IController and match the expression
|