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

In This Topic
    SendTimeout Property
    In This Topic
    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