Gets or sets the local view batch timeout (i.e. maximum time the server will batch entries before updating the client.
Null value indicates that the default value will be used.
![](../icons/collapse_all.gif)
C# | Visual Basic | Visual C++ | J# |
public Nullable<long> BatchTimeout { get; set; }
Public Property BatchTimeout As Nullable(Of Long) Get Set
public: property Nullable<long long> BatchTimeout { Nullable<long long> get (); void set (Nullable<long long> value); }
/** @property */ public Nullable<long> get_BatchTimeout() /** @property */ public void set_BatchTimeout(Nullable<long> value)