MergeSynchronizationAgent.LoginTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.