MpxSocket TTransport  LastIdleManagerVisit Property NFX Class Library

[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.Native
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public Nullable<DateTime> LastIdleManagerVisit { get; }

Property Value

Type: OnlineNullable OnlineDateTime 
See Also