Gets or sets the threshold count for pending replication packets that once reached,
the packets will be replicated using the BulkSize.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public Nullable<int> PendingOperationThreshold { get; set; }
Public Property PendingOperationThreshold As Nullable(Of Integer) Get Set
public: property Nullable<int> PendingOperationThreshold { Nullable<int> get (); void set (Nullable<int> value); }
/** @property */ public Nullable<int> get_PendingOperationThreshold() /** @property */ public void set_PendingOperationThreshold(Nullable<int> value)