TraceMethodTraceReturn Method |
Writes a method return
Namespace:
WorkflowGen.My.Diagnostics
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.6.0 (8.0.6.20210916)
Syntax public void TraceReturn(
string message = null
)
Public Sub TraceReturn (
Optional message As String = Nothing
)
Parameters
- message (Optional)
- Type: SystemString
See Also