Photon Server API Documentation v5.0RC1

ExitGames.Concurrency.Fibers.IExtendedFiber Member List

This is the complete list of members for ExitGames.Concurrency.Fibers.IExtendedFiber, 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
ExecutorExitGames.Concurrency.Fibers.IExtendedFiber
IsPausedExitGames.Concurrency.Fibers.IExtendedFiber
Pause()ExitGames.Concurrency.Fibers.IExtendedFiber
Pause(int timeout, IFiberAction timeoutAction)ExitGames.Concurrency.Fibers.IExtendedFiber
RegisterSubscription(IDisposable toAdd)ExitGames.Concurrency.Core.ISubscriptionRegistry
Resume(IFiberAction executeFirstAction=null)ExitGames.Concurrency.Fibers.IExtendedFiber
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