OpenConnectionInfoTotalOpenFiles Property |
Specifies the number of files currently open as a result of the connection.
Namespace: Alphaleonis.Win32.NetworkAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public long TotalOpenFiles { get; }
Public ReadOnly Property TotalOpenFiles As Long
Get
public:
property long long TotalOpenFiles {
long long get ();
}
member TotalOpenFiles : int64 with get
Property Value
Type:
Int64See Also