  | FileChannelConfigurationElementReadBufferSize Property | 
            Gets or sets the buffer size to use for input to push and pull tasks.
            
Namespace: Ookii.Jumbo.JetAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic BinarySize ReadBufferSize { get; set; }Public Property ReadBufferSize As BinarySize
	Get
	Set
public:
property BinarySize ReadBufferSize {
	BinarySize get ();
	void set (BinarySize value);
}member ReadBufferSize : BinarySize with get, set
Property Value
BinarySize
See Also