C# Class Universe.Framework.Utilities.SchedulerItem

Inheritance: Universe.Framework.Modules.IDataTransferable
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Méthodes publiques

Méthode Description
FromOSD ( OSDMap map ) : void
SchedulerItem ( ) : System
SchedulerItem ( string sName, string sParams, bool runOnce, System.DateTime runSchedule, UUID agentID ) : System

Initializes a new instance of a SchedulerItem.

SimpleInitialize ( ) : void
ToOSD ( ) : OSDMap

Method Details

FromOSD() public méthode

public FromOSD ( OSDMap map ) : void
map OSDMap
Résultat void

SchedulerItem() public méthode

public SchedulerItem ( ) : System
Résultat System

SchedulerItem() public méthode

Initializes a new instance of a SchedulerItem.
public SchedulerItem ( string sName, string sParams, bool runOnce, System.DateTime runSchedule, UUID agentID ) : System
sName string Schedule name.
sParams string parameters.
runOnce bool If set to true run once.
runSchedule System.DateTime DateTime (UTC) to run the schedule.
agentID UUID AgentID of the schedule.
Résultat System

SimpleInitialize() public méthode

public SimpleInitialize ( ) : void
Résultat void

ToOSD() public méthode

public ToOSD ( ) : OSDMap
Résultat OSDMap