TimeToNextEvent Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

'Declaration
Public ReadOnly Property TimeToNextEvent As IList(Of Long)
    Get
'Usage
Dim instance As DiagnosticRule
Dim value As IList(Of Long)

value = instance.TimeToNextEvent
public IList<long> TimeToNextEvent { get; }
public:
property IList<long long>^ TimeToNextEvent {
    IList<long long>^ get ();
}
member TimeToNextEvent : IList<int64>
function get TimeToNextEvent () : IList<long>

Property Value

Type: System.Collections.Generic. . :: . .IList< (Of < ( <'Int64> ) > ) >
Returns IList<(Of <(<'T>)>)>.

See Also

Reference

DiagnosticRule Class

Microsoft.ApplicationServer.Caching Namespace