Photon Server API Documentation v5.0RC1

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

More...

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

Public Member Functions

IReply< M > SendRequest (R request)
 Send request on the channel. More...
 

Detailed Description

Template Parameters
R
M

Member Function Documentation

◆ SendRequest()

IReply<M> ExitGames.Concurrency.Channels.IRequestPublisher< R, M >.SendRequest ( request)

Send request on the channel.

Parameters
request
Returns

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