GigaSpaces XAP.NET Documentation
BulkSize Property
Class LibraryGigaSpaces.Core.XAP.ConfigurationGatewayTargetConfigurationElementBulkSize
Gets or sets the number of packets in each replication bulk sent to this gateway.
Declaration Syntax
C#Visual BasicVisual C++J#
public Nullable<int> BulkSize { get; set; }
Public Property BulkSize As Nullable(Of Integer)
public:
property Nullable<int> BulkSize {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
/** @property */
public Nullable<int> get_BulkSize()
/** @property */
public  void set_BulkSize(Nullable<int> value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 8.0.8.6380 (8.0.8.6380)