C# Class Universe.Framework.Utilities.SchedulerItem

Inheritance: Universe.Framework.Modules.IDataTransferable
Mostra file Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Public Methods

Method 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 method

public FromOSD ( OSDMap map ) : void
map OSDMap
return void

SchedulerItem() public method

public SchedulerItem ( ) : System
return System

SchedulerItem() public method

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.
return System

SimpleInitialize() public method

public SimpleInitialize ( ) : void
return void

ToOSD() public method

public ToOSD ( ) : OSDMap
return OSDMap