Photon Server API Documentation
v5.0RC1
Methods for working with a replyChannel More...
Public Member Functions | |
| IDisposable | Subscribe (IFiber fiber, Action< IRequest< R, M >> onRequest) |
| Subscribe to a request on the channel. More... | |
Methods for working with a replyChannel
| R | |
| M |
| IDisposable ExitGames.Concurrency.Channels.IReplySubscriber< R, M >.Subscribe | ( | IFiber | fiber, |
| Action< IRequest< R, M >> | onRequest | ||
| ) |
Subscribe to a request on the channel.
| fiber | |
| onRequest |
Implemented in ExitGames.Concurrency.Channels.RequestReplyChannel< R, M >.