TransSynchronizationAgent.LoginTimeout Property

Definition

Gets or sets the maximum number of seconds to wait for connections to be established.

public:
 virtual property int LoginTimeout { int get(); void set(int value); };
public virtual int LoginTimeout { get; set; }
member this.LoginTimeout : int with get, set
Public Overridable Property LoginTimeout As Integer

Property Value

The maximum number of seconds to wait for connections to be established.

Implements

Remarks

The default is 15 seconds. A value of 0 specifies that an indefinite wait is allowed.

Applies to