dotConnect for Oracle Documentation
Devart.Data.Synchronization Namespace / SyncScopeProvisioning Class / CommandTimeout Property

In This Topic
    CommandTimeout Property (SyncScopeProvisioning)
    In This Topic
    Gets or sets the wait time, in seconds, for a provisioning command to execute before the command is stopped and an error is generated.
    Syntax
    'Declaration
     
    Public Property CommandTimeout As Integer
    public int CommandTimeout {get; set;}

    Property Value

    The wait time, in seconds, for a provisioning command to execute before the command is stopped and an error is generated.
    See Also