CascadingStyleStoreStopTimers Method
|
Stops any started timers and returns the results.
If no results have been gathered the result will be null.
If you pass a time then a percentage can be calculated. If you
pass null then the percentage will be zero.
Namespace: WebSupergoo.WordGlue4.Layout
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public static string StopTimers(
string header,
Nullable<TimeSpan> time
)
Public Shared Function StopTimers (
header As String,
time As Nullable(Of TimeSpan)
) As String
static member StopTimers :
header : string *
time : Nullable<TimeSpan> -> string
Parameters
- header
- Type: SystemString
The header to be used for the percentage column.
- time
- Type: SystemNullableTimeSpan
The total time to be used when calculating the percentage.
Return Value
Type:
String
A summary of the times gathered.
See Also