JobInvocationInfo Constructor
Initializes a new instance of the JobInvocationInfo class.
| Name | Description |
|---|---|
| JobInvocationInfo () | Initializes a new instance of the JobInvocationInfo class with the default options. |
| JobInvocationInfo (JobDefinition, Dictionary) | Initializes a new instance of the JobInvocationInfo class with the job definition and a dictionary that represents a single parameter set. |
| JobInvocationInfo (JobDefinition, IEnumerable) | Initializes a new instance of the JobInvocationInfo class with the job definition and a collection of dictionaries that represent multiple parameter sets to use with child jobs. |
| JobInvocationInfo (JobDefinition, IEnumerable) | Initializes a new instance of the JobInvocationInfo class with the job definition and multiple command parameter collections. |
| JobInvocationInfo (JobDefinition, CommandParameterCollection) | Initializes a new instance of the JobInvocationInfo class with the job definition and a single command parameter collection. |
| JobInvocationInfo (SerializationInfo, StreamingContext) | Initializes a new instance of the JobInvocationInfo class with serialization information. |
Send comments about this topic to Microsoft.
