SPExecutionTimeCounter.ElapsedTime property
Obtém o tempo que levou a operação seja concluída.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property ElapsedTime As TimeSpan
Get
'Uso
Dim instance As SPExecutionTimeCounter
Dim value As TimeSpan
value = instance.ElapsedTime
public TimeSpan ElapsedTime { get; }
Property value
Type: System.TimeSpan
Um objeto TimeSpan que representa o tempo que levou a operação seja concluída.