CreatingContext Methods |
The CreatingContext type exposes the following members.
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.
|