Photon Server API Documentation v5.0RC1

ExitGames.Concurrency.Fibers.IFiber Member List

This is the complete list of members for ExitGames.Concurrency.Fibers.IFiber, including all inherited members.

DeregisterSubscription(IDisposable toRemove)ExitGames.Concurrency.Core.ISubscriptionRegistry
Enqueue(IFiberAction action)ExitGames.Concurrency.Core.IExecutionContext
Enqueue(Action action)ExitGames.Concurrency.Core.IExecutionContext
RegisterSubscription(IDisposable toAdd)ExitGames.Concurrency.Core.ISubscriptionRegistry
Schedule(Action action, int firstInMs)ExitGames.Concurrency.Core.IScheduler
Schedule(IFiberAction action, int firstInMs)ExitGames.Concurrency.Core.IScheduler
ScheduleOnInterval(Action action, int firstInMs, int regularInMs)ExitGames.Concurrency.Core.IScheduler
ScheduleOnInterval(IFiberAction action, int firstInMs, int regularInMs)ExitGames.Concurrency.Core.IScheduler
Start()ExitGames.Concurrency.Fibers.IFiber