This topic has not yet been rated - Rate this topic

JobInvocationInfo Constructor

Initializes a new instance of the JobInvocationInfo class.
NameDescription
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.
© 2013 Microsoft. All rights reserved.