Photon Server API Documentation v5.0RC1

ExitGames.Concurrency.Channels.Channel< T > Member List

This is the complete list of members for ExitGames.Concurrency.Channels.Channel< T >, including all inherited members.

ClearSubscribers()ExitGames.Concurrency.Channels.Channel< T >inline
HasSubscriptionsExitGames.Concurrency.Channels.Channel< T >
NumSubscribersExitGames.Concurrency.Channels.Channel< T >
Publish(T msg)ExitGames.Concurrency.Channels.IPublisher< T >
Subscribe(IFiber fiber, Action< T > receive)ExitGames.Concurrency.Channels.Channel< T >inline
SubscribeOnProducerThreads(IProducerThreadSubscriber< T > subscriber)ExitGames.Concurrency.Channels.Channel< T >inline
SubscribeToBatch(IFiber fiber, Action< IList< T >> receive, int intervalInMs)ExitGames.Concurrency.Channels.Channel< T >inline
SubscribeToKeyedBatch< TOutput >(IFiber fiber, Converter< T, TOutput > keyResolver, Action< IDictionary< TOutput, T >> receive, int intervalInMs)ExitGames.Concurrency.Channels.Channel< T >inline
SubscribeToLast(IFiber fiber, Action< T > receive, int intervalInMs)ExitGames.Concurrency.Channels.Channel< T >inline