Encapsulates gateway target configuration.
| C# | Visual Basic | Visual C++ | J# |
public class GatewayTargetConfig
Public Class GatewayTargetConfig
public ref class GatewayTargetConfig
public class GatewayTargetConfig
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| GatewayTargetConfig()()() | Initializes a new instance of the GatewayTargetConfig class | |
| BulkSize |
Gets or sets the number of packets in each replication bulk sent to this gateway.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IdleTimeThreshold |
Gets or sets the maximum time (in milliseconds) pending replication packets should
wait before being replicated if PendingOperationThreshold has not been breached.
| |
| MaxRedoLogCapacity |
Gets or sets the redo log capacity for this gateway (use -1 for unlimited capacity).
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Name | ||
| OnRedoLogCapacityExceeded |
Gets or sets the behavior once the defined redo log capacity is exceeded (irrelevant if the capacity is unlimited).
| |
| PendingOperationThreshold |
Gets or sets the threshold count for pending replication packets that once reached,
the packets will be replicated using the BulkSize.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| GatewayTargetConfig | |
