Gets or sets the size of the batch used when sending notifications to the client.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public int BatchSize { get; set; }
Public Property BatchSize As Integer
public:
property int BatchSize {
int get ();
void set (int value);
}
/** @property */
public int get_BatchSize()
/** @property */
public void set_BatchSize(int value)
See Also
Assembly:
GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)