Photon Server API Documentation v5.0RC1

Properties | List of all members
ExitGames.Concurrency.Channels.ISubscribable< T > Interface Template Reference

Callback method and parameters for a channel subscription More...

Inheritance diagram for ExitGames.Concurrency.Channels.ISubscribable< T >:
ExitGames.Concurrency.Channels.IProducerThreadSubscriber< 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 >

Properties

Filter< T > FilterOnProducerThread [get, set]
 Filter called from producer threads. Should be thread safe as it may be called from multiple threads. More...
 
- Properties inherited from ExitGames.Concurrency.Channels.IProducerThreadSubscriber< T >
ISubscriptionRegistry Subscriptions [get]
 

Additional Inherited Members

- Public Member Functions inherited from ExitGames.Concurrency.Channels.IProducerThreadSubscriber< T >
void ReceiveOnProducerThread (T msg)
 Method called from producer threads More...
 

Detailed Description

Callback method and parameters for a channel subscription

Template Parameters
T

Property Documentation

◆ FilterOnProducerThread

Filter<T> ExitGames.Concurrency.Channels.ISubscribable< T >.FilterOnProducerThread
getset

Filter called from producer threads. Should be thread safe as it may be called from multiple threads.