Photon Server API Documentation v5.0RC1

Public Member Functions | List of all members
ExitGames.Concurrency.Channels.IReplySubscriber< R, M > Interface Template Reference

Methods for working with a replyChannel More...

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

Public Member Functions

IDisposable Subscribe (IFiber fiber, Action< IRequest< R, M >> onRequest)
 Subscribe to a request on the channel. More...
 

Detailed Description

Methods for working with a replyChannel

Template Parameters
R
M

Member Function Documentation

◆ Subscribe()

IDisposable ExitGames.Concurrency.Channels.IReplySubscriber< R, M >.Subscribe ( IFiber  fiber,
Action< IRequest< R, M >>  onRequest 
)

Subscribe to a request on the channel.

Parameters
fiber
onRequest
Returns

Implemented in ExitGames.Concurrency.Channels.RequestReplyChannel< R, M >.