Click or drag to resize
ContigencyExecution Constructor
Initializes a new instance of the ContigencyExecution class

Namespace: MAPFsimulator
Assembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ContigencyExecution(
	int agents,
	double delay
)

Parameters

agents
Type: SystemInt32

[Missing <param name="agents"/> documentation for "M:MAPFsimulator.ContigencyExecution.#ctor(System.Int32,System.Double)"]

delay
Type: SystemDouble

[Missing <param name="delay"/> documentation for "M:MAPFsimulator.ContigencyExecution.#ctor(System.Int32,System.Double)"]

See Also