Encapsulates a gateway configuration.
![](../icons/collapse_all.gif)
C# | Visual Basic | Visual C++ | J# |
public class GatewayConfig
Public Class GatewayConfig
public ref class GatewayConfig
public class GatewayConfig
![](../icons/collapse_all.gif)
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | GatewayConfig()()()() | Initializes a new instance of the GatewayConfig class |
![]() | BulkSize |
Gets or sets the number of packets in each replication bulk sent to this gateway.
|
![]() | Equals(Object) |
Determines whether the specified Object is equal to the current 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.) |
![]() | GatewayTargets |
Gets or sets the gateway targets configurations.
|
![]() | 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.
|
![]() | LocalGatewayName | |
![]() | 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.) |
![]() | 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.
|
![]() | ReplicateChangeOnUpdate |
Gets or sets whether change should be replicated as full update.
|
![]() | ToString()()()() |
Returns a String that represents the current Object.
(Inherited from Object.) |
![](../icons/collapse_all.gif)
Object | |
![]() | GatewayConfig |