AOSSessionInfo.idleTicks 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 since the last communication with AOS.
public:
virtual int idleTicks();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual int idleTicks ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member idleTicks : unit -> int
override this.idleTicks : unit -> int
Public Overridable Function idleTicks () As Integer
Returns
The number of milliseconds since the last communication with AOS.
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute