Chili.Opf3 Send comments on this topic.
ExecutionTimeSpan Property
See Also 
Chili.Opf3.Caching Namespace > AddingQueryEventArgs Class : ExecutionTimeSpan Property




Gets the time span needed to execute the query.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ExecutionTimeSpan As TimeSpan
Visual Basic (Usage)Copy Code
Dim instance As AddingQueryEventArgs
Dim value As TimeSpan
 
value = instance.ExecutionTimeSpan
C# 
public TimeSpan ExecutionTimeSpan {get;}
Managed Extensions for C++ 
public: __property TimeSpan get_ExecutionTimeSpan();
C++/CLI 
public:
property TimeSpan ExecutionTimeSpan {
   TimeSpan get();
}

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also