Photon Server API Documentation v5.0RC1

Public Member Functions | Properties | List of all members
ExitGames.Concurrency.Core.IPendingEvent Interface Reference

A scheduled event. More...

Inheritance diagram for ExitGames.Concurrency.Core.IPendingEvent:

Public Member Functions

IPendingEvent Execute (long currentTime)
 Execute this event and optionally schedule another execution. More...
 

Properties

long Expiration [get]
 Time of expiration for this event More...
 

Detailed Description

A scheduled event.

Member Function Documentation

◆ Execute()

IPendingEvent ExitGames.Concurrency.Core.IPendingEvent.Execute ( long  currentTime)

Execute this event and optionally schedule another execution.

Returns

Property Documentation

◆ Expiration

long ExitGames.Concurrency.Core.IPendingEvent.Expiration
get

Time of expiration for this event