Photon Server API Documentation v5.0RC1

Public Member Functions | Properties | List of all members
ExitGames.Concurrency.Fibers.StubScheduledAction Class Reference

For use only in testing. Allows for controlled execution of scheduled actions on the StubFiber. /summary> More...

Inheritance diagram for ExitGames.Concurrency.Fibers.StubScheduledAction:

Public Member Functions

void Execute ()
 
void Dispose ()
 Cancels scheduled action. Removes scheduled action from registry. More...
 

Properties

long FirstIntervalInMs [get]
 
long IntervalInMs [get]
 

Detailed Description

For use only in testing. Allows for controlled execution of scheduled actions on the StubFiber. /summary>

Member Function Documentation

◆ Dispose()

void ExitGames.Concurrency.Fibers.StubScheduledAction.Dispose ( )
inline

Cancels scheduled action. Removes scheduled action from registry.

◆ Execute()

void ExitGames.Concurrency.Fibers.StubScheduledAction.Execute ( )
inline

Property Documentation

◆ FirstIntervalInMs

long ExitGames.Concurrency.Fibers.StubScheduledAction.FirstIntervalInMs
get

summary> Recurring interval in milliseconds. /summary>

◆ IntervalInMs

long ExitGames.Concurrency.Fibers.StubScheduledAction.IntervalInMs
get

summary> Executes the scheduled action. If the action is not recurring it will be removed from the registry. /summary>