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

On this page
    SendTimeout Property
    On this page
    Gets or sets timeout for Send(OraclePipeMessageCollection) method to execute.
    Syntax
    'Declaration
     
    Public Property SendTimeout As Integer
    public int SendTimeout {get; set;}

    Property Value

    Maximum time allowed to send the pipe data in seconds.
    See Also