Photon Server API Documentation v5.0RC1

ExitGames.Concurrency.Core.IScheduler Member List

This is the complete list of members for ExitGames.Concurrency.Core.IScheduler, including all inherited members.

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