Photon Server API Documentation v5.0RC1

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

A request object that can be used to send 1 or many responses to the initial request. More...

Inherited by ExitGames.Concurrency.Channels.ChannelRequest< R, M >.

Public Member Functions

bool SendReply (M replyMsg)
 Send one or more responses. More...
 

Properties

Request [get]
 Request Message More...
 

Detailed Description

A request object that can be used to send 1 or many responses to the initial request.

Template Parameters
R
M

Member Function Documentation

◆ SendReply()

bool ExitGames.Concurrency.Channels.IRequest< R, M >.SendReply ( replyMsg)

Send one or more responses.

Parameters
replyMsg
Returns

Property Documentation

◆ Request

Request Message