|  | CreatingContext Methods | 
The CreatingContext type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetJobParameterT | 
            Gets the job parameter of the specified name
            if it exists. The parameter is deserialized from a JSON 
            string value to the given type T.
             | 
|  | SetJobParameter | 
            Sets the job parameter of the specified name
            to the corresponding value. The value of the
            parameter is serialized to a JSON string.
             | 
 See Also
See Also