CacheInfo Constructors
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.
Overloads
CacheInfo() |
Initializes a new instance of the CacheInfo class. |
CacheInfo(String, Int32) |
Initializes a new instance of the CacheInfo class. |
CacheInfo()
Initializes a new instance of the CacheInfo class.
public CacheInfo ();
Public Sub New ()
Applies to
CacheInfo(String, Int32)
Initializes a new instance of the CacheInfo class.
public CacheInfo (string cacheType = default, int cacheDuration = 0);
new Microsoft.Bot.Schema.Teams.CacheInfo : string * int -> Microsoft.Bot.Schema.Teams.CacheInfo
Public Sub New (Optional cacheType As String = Nothing, Optional cacheDuration As Integer = 0)
Parameters
- cacheType
- String
Type of Cache Info.
- cacheDuration
- Int32
Duration of the Cached Info.