This document is archived and information here might be outdated. Recommended version. |
The suggested number of addresses to send to a server in one batch request.
[Visual Basic .NET]
Public Property SuggestedBatchSize As Integer
[C#]
public int SuggestedBatchSize {get; set;}
[C++]
HRESULT get_SuggestedBatchSize(
System.Int32* size
);
[C++]
HRESULT put_SuggestedBatchSize(
long size
);
[C++] Parameters size [out, retval]
size is a parameter of type long* size [in]
size is a parameter of type long