MergeSynchronizationAgent.InternetTimeout Property
Gets or sets the HTTP time-out when connecting to the Web server.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public Overridable Property InternetTimeout As Integer
Get
Set
'Usage
Dim instance As MergeSynchronizationAgent
Dim value As Integer
value = instance.InternetTimeout
instance.InternetTimeout = value
public virtual int InternetTimeout { get; set; }
public:
virtual property int InternetTimeout {
int get ();
void set (int value);
}
abstract InternetTimeout : int with get, set
override InternetTimeout : int with get, set
function get InternetTimeout () : int
function set InternetTimeout (value : int)
Property Value
Type: System.Int32
The HTTP time-out.
Implements
IMergeSynchronizationAgent.InternetTimeout
Remarks
The InternetTimeout property specifies the maximum number of seconds to wait for connections to be established when using Web synchronization.
See Also
Reference
MergeSynchronizationAgent Class
Microsoft.SqlServer.Replication Namespace
Other Resources
How to: Configure Web Synchronization for Merge Replication (RMO Programming)