dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / RefreshIntervalUnit Enumeration

RefreshIntervalUnit Enumeration
Determines the time unit, the refresh interval is set in.
Syntax
'Declaration
 
Public Enum RefreshIntervalUnit 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
 
Members
MemberDescription
HourThe refresh interval is set in hours.
MinuteThe refresh interval is set in minutes.
SecondThe refresh interval is set in seconds.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Devart.Data.Salesforce.RefreshIntervalUnit

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also