AppTaskProcessorSettingsGetStatusInfo Property

Optional - Status info resolver. - Accepts an ApplicationTask as the identifier. - Resolves JSON response data.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public Func<ApplicationTask, Object> GetStatusInfo { get; set; }

Property Value

FuncApplicationTask, Object

See Also