TaskProcessorBaseTSettingsTryGetTraceInfo Method

Resolves the trace info, when available and configured to do so. - Null otherwise.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected Object TryGetTraceInfo(
	ApplicationTask appTask
)

Parameters

appTask  ApplicationTask
App task to resolve the trace info from.

Return Value

Object
Trace object or null.

See Also