MergeSynchronizationAgent.InternetTimeout 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 HTTP time-out when connecting to the Web server.
public:
virtual property int InternetTimeout { int get(); void set(int value); };
public virtual int InternetTimeout { get; set; }
member this.InternetTimeout : int with get, set
Public Overridable Property InternetTimeout As Integer
Property Value
The HTTP time-out.
Implements
Remarks
The InternetTimeout property specifies the maximum number of seconds to wait for connections to be established when using Web synchronization.