Photon Server API Documentation
v5.0RC1
Channel for synchronous and asynchronous requests. More...
Public Member Functions | |
| IDisposable | Subscribe (IFiber fiber, Action< IRequest< R, M >> onRequest) |
| Subscribe to requests. More... | |
| IReply< M > | SendRequest (R p) |
| Send request to any and all subscribers. More... | |
Channel for synchronous and asynchronous requests.
| R | |
| M |
|
inline |
Send request to any and all subscribers.
| p |
Implements ExitGames.Concurrency.Channels.IRequestPublisher< R, M >.
|
inline |
Subscribe to requests.
| fiber | |
| onRequest |
Implements ExitGames.Concurrency.Channels.IReplySubscriber< R, M >.