Photon Server API Documentation v5.0RC1

List of all members
ExitGames.Concurrency.Channels.IRequestReplyChannel< R, M > Interface Template Reference

Typed channel for request/reply More...

Inheritance diagram for ExitGames.Concurrency.Channels.IRequestReplyChannel< R, M >:
ExitGames.Concurrency.Channels.IRequestPublisher< R, M > ExitGames.Concurrency.Channels.IReplySubscriber< R, M > ExitGames.Concurrency.Channels.RequestReplyChannel< R, M >

Additional Inherited Members

- Public Member Functions inherited from ExitGames.Concurrency.Channels.IRequestPublisher< R, M >
IReply< M > SendRequest (R request)
 Send request on the channel. More...
 
- Public Member Functions inherited from ExitGames.Concurrency.Channels.IReplySubscriber< R, M >
IDisposable Subscribe (IFiber fiber, Action< IRequest< R, M >> onRequest)
 Subscribe to a request on the channel. More...
 

Detailed Description

Typed channel for request/reply

Template Parameters
R
M