SqlCeReplication.SendTimeout Property
This type has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses any member of this type throws a MethodAccessException.
[SECURITY CRITICAL]
Gets or sets the amount of time, in milliseconds, that the SqlCeReplication object waits to send a request to the server.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Property SendTimeout As Integer
Get
Set
'Usage
Dim instance As SqlCeReplication
Dim value As Integer
value = instance.SendTimeout
instance.SendTimeout = value
public int SendTimeout { get; set; }
public:
property int SendTimeout {
int get ();
void set (int value);
}
member SendTimeout : int with get, set
function get SendTimeout () : int
function set SendTimeout (value : int)
Property Value
Type: System.Int32
An Int32 value that represents the time-out, in milliseconds, with no default.