'Declaration Public Function New( _ ByVal bufferCapacity As Integer, _ ByVal activePreFetchSize As Integer _ )
'Usage Dim bufferCapacity As Integer Dim activePreFetchSize As Integer Dim instance As New FixedBufferConfiguration(bufferCapacity, activePreFetchSize)
public FixedBufferConfiguration( int bufferCapacity, int activePreFetchSize )
Parameters
- bufferCapacity
- The buffer's capacity.
- activePreFetchSize
- The buffer's active pre-fetch size.