Gets or sets the options used to start the
worker process.
Namespace:
WebSupergoo.TaskGarden
Syntax
| C# |
|---|
public InstanceStartInfo StartInfo { get; set; } |
| Visual Basic |
|---|
Public Property StartInfo As InstanceStartInfo Get Set |
Remarks
Parameters in StartInfo will only be used for starting a worker process. Once the worker process has been spawned, changing values in StartInfo will not affect the child process.
TaskGarden spawns the worker process at the first call to an Instance function via the Target property. You should finish setting the values before making any calls to the remote process through the Target property.