IdleTimeout Property

Summary

Timeout for deleting 3D volumes that have been idled before the timeout.

Syntax
C#
C++/CLI
public static int IdleTimeout { get; set; } 
public:  
   static property Int32 IdleTimeout 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

Value that indicates the timeout when to delete the 3D volumes that have been idled beyond the timeout.

Remarks
  • IdleTimeout is only used when calling DoTimelyChecks to clear out all unused volumes.

  • To prevent the destruction of a certain volume either use it by calling any function or periodically call KeepAlive before this property value exceeds the set timeout.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.