Otter SDK Reference
Version:

WithJob(int? jobId) Method

Returns a copied instance of the the current context with the specified job ID.

Syntax

public OtterContext WithJob(int? jobId)

Parameters

jobId
Type: int?

The new job ID.

Returns

Copied context.