AOSSessionInfo.cpuTime Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the number of milliseconds that the CPU uses for the AOS session.
public:
virtual int cpuTime();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual int cpuTime ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member cpuTime : unit -> int
override this.cpuTime : unit -> int
Public Overridable Function cpuTime () As Integer
Returns
The number of milliseconds that the CPU uses for the AOS session.
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute