Photon Server API Documentation
v5.0RC1
Callback method and parameters for a channel subscription More...
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... | |
Callback method and parameters for a channel subscription
| T |
|
getset |
Filter called from producer threads. Should be thread safe as it may be called from multiple threads.