Photon Server API Documentation v5.0RC1

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

Action subscriber that receives actions on producer thread. More...

Inheritance diagram for ExitGames.Concurrency.Channels.IProducerThreadSubscriber< T >:
ExitGames.Concurrency.Channels.ISubscribable< T > ExitGames.Concurrency.Channels.BaseSubscription< T > ExitGames.Concurrency.Channels.BatchSubscriber< T > ExitGames.Concurrency.Channels.ChannelSubscription< T > ExitGames.Concurrency.Channels.KeyedBatchSubscriber< TKey, T > ExitGames.Concurrency.Channels.LastSubscriber< T >

Public Member Functions

void ReceiveOnProducerThread (T msg)
 Method called from producer threads More...
 

Properties

ISubscriptionRegistry Subscriptions [get]
 

Detailed Description

Action subscriber that receives actions on producer thread.

Template Parameters
T

Member Function Documentation

◆ ReceiveOnProducerThread()

void ExitGames.Concurrency.Channels.IProducerThreadSubscriber< T >.ReceiveOnProducerThread ( msg)

Method called from producer threads

Parameters
msg

summary> Allows for the registration and deregistration of subscriptions /summary>

Property Documentation

◆ Subscriptions