[This is preliminary documentation and is subject to change.]
Returns timestamp of last manager visit since then no traffic came through. Null indicates that traffic came though
and socket has not been idle since last visit. Manager is an extrenal visitor that closes idle sockets
Namespace: NFX.Glue.NativeAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Nullable<DateTime> LastIdleManagerVisit { get; }
public Nullable<DateTime> LastIdleManagerVisit { get; }
Public ReadOnly Property LastIdleManagerVisit As Nullable(Of DateTime)
Get
Public ReadOnly Property LastIdleManagerVisit As Nullable(Of DateTime)
Get
public:
property Nullable<DateTime> LastIdleManagerVisit {
Nullable<DateTime> get ();
}
public:
property Nullable<DateTime> LastIdleManagerVisit {
Nullable<DateTime> get ();
}
member LastIdleManagerVisit : Nullable<DateTime> with get
member LastIdleManagerVisit : Nullable<DateTime> with get
Property Value
Type:
Nullable
DateTime