ServerStatisticsInfoBufferAllocationFailed Property |
The number of times the server required a big buffer but failed to allocate one. This value indicates that the server parameters may need adjustment.
Namespace:
Alphaleonis.Win32.Network
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public int BufferAllocationFailed { get; }
Public ReadOnly Property BufferAllocationFailed As Integer
Get
public:
property int BufferAllocationFailed {
int get ();
}
member BufferAllocationFailed : int with get
Property Value
Type:
Int32See Also