Photon Server API Documentation v5.0RC1

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

Channel publishing interface. More...

Inheritance diagram for ExitGames.Concurrency.Channels.IPublisher< T >:
ExitGames.Concurrency.Channels.IChannel< T > ExitGames.Concurrency.Channels.ISnapshotChannel< T > ExitGames.Concurrency.Channels.Channel< T > ExitGames.Concurrency.Channels.SnapshotChannel< T >

Public Member Functions

bool Publish (T msg)
 Publish a message to all subscribers. Returns true if any subscribers are registered. More...
 

Detailed Description

Channel publishing interface.

Template Parameters
T

Member Function Documentation

◆ Publish()

bool ExitGames.Concurrency.Channels.IPublisher< T >.Publish ( msg)

Publish a message to all subscribers. Returns true if any subscribers are registered.

Parameters
msg
Returns