Click or drag to resize
CreatingContext Methods

The CreatingContext type exposes the following members.

Methods
  NameDescription
Public methodGetJobParameterT
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.
Public methodSetJobParameter
Sets the job parameter of the specified name to the corresponding value. The value of the parameter is serialized to a JSON string.
Top
See Also