ICustomLogRecordBuilder.SetExecutionTime Method |
Namespace: PostSharp.Patterns.Diagnostics.Custom
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.10.10.0 (6.10.10.0)
void SetExecutionTime( double executionTime, bool isOvertime )
Parameters
- executionTime
- Type: System.Double
Execution time. - isOvertime
- Type: System.Boolean
true whether the activity is overtime, otherwise false.