Reference Library
Builder Constructor (output, fragmentBufferSize, totalBufferSize, threshold)
NamespacesZamasoft.CTI.ResultBuilderBuilder(Stream, Int32, Int32, Int32)
Declaration Syntax
C#Visual BasicVisual C++
public Builder(
	Stream output,
	int fragmentBufferSize,
	int totalBufferSize,
	int threshold
)
Public Sub New ( _
	output As Stream, _
	fragmentBufferSize As Integer, _
	totalBufferSize As Integer, _
	threshold As Integer _
)
public:
Builder(
	Stream^ output, 
	int fragmentBufferSize, 
	int totalBufferSize, 
	int threshold
)
Parameters
output (Stream)
fragmentBufferSize (Int32)
totalBufferSize (Int32)
threshold (Int32)

Assembly: CTI (Module: CTI)