Photon Server API Documentation v5.0RC1

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

Used to receive one or more replies. More...

Inheritance diagram for ExitGames.Concurrency.Channels.IReply< M >:

Public Member Functions

bool Receive (int timeout, out M result)
 Receive a single response. Can be called repeatedly for multiple replies. More...
 

Detailed Description

Used to receive one or more replies.

Template Parameters
M

Member Function Documentation

◆ Receive()

bool ExitGames.Concurrency.Channels.IReply< M >.Receive ( int  timeout,
out M  result 
)

Receive a single response. Can be called repeatedly for multiple replies.

Parameters
timeout
result
Returns