MergeSynchronizationAgent.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

A Int32 value that represents a maximum time, in seconds.

Implements

Remarks

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

Applies to