TaskProcessorBaseTSettingsTryGetTraceInfo Method |
Resolves the trace info, when available and configured to do so.
- Null otherwise.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected Object TryGetTraceInfo(
ApplicationTask appTask
)
Protected Function TryGetTraceInfo (
appTask As ApplicationTask
) As Object
protected:
Object^ TryGetTraceInfo(
ApplicationTask^ appTask
)
Parameters
- appTask
- Type: MFiles.VAF.Common.ApplicationTaskQueueApplicationTask
App task to resolve the trace info from.
Return Value
Type:
ObjectTrace object or null.
See Also