dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OraclePipe Class / MaxPipeSize Property

In This Topic
    MaxPipeSize Property
    In This Topic
    Gets or sets maximum space reserved for the pipe.
    Syntax
    'Declaration
     
    Public Property MaxPipeSize As Integer
    public int MaxPipeSize {get; set;}

    Property Value

    The maximum allowed space in bytes. The default maxpipesize is 8192 bytes.
    Remarks
    The total size of all of the messages on the pipe cannot exceed this amount. The message is blocked if it exceeds this maximum.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also