10.24.0

BrowserProperties Class

Used when creating a new Browser instance.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
[SerializableAttribute]
public class BrowserProperties
Inheritance
Object    BrowserProperties

Constructors

BrowserPropertiesInitializes a new instance of the BrowserProperties class

Properties

MaxReconnectTries Browsers can be configured to attempt re-binding automatically, mainly when a replay is started. This property controls the number of times the re-bind is attempted. -1 means infinite retries. 0 means no auto rebind.
ReconnectRetryIntervalMs Browsers can be configured to attempt re-binding automatically, mainly when a replay is started. This property controls how long to wait between re-bind attempts, in milliseconds.
Selector Browser's selector string; null means unspecified.
TransportWindowSize The TransportWindowSize affects the number of local messages which are pre-fetched by the Browser. The default is 255. The valid range is within [1..255].
WaitTimeout When calling GetNext(), if no messages become available in the local API message buffer, the calling thread can be blocked up for up the amount of time specified (in milliseconds)by this property. The unit of WaitTimeout is msec. The default is 10000 msecs (10 secs). The valid range is within [50...MaxSignedInt32].

Methods

Clone Creates a new object that is a deep copy of the current instance.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToString Returns a String that represents the current Object.
(Overrides ObjectToString)

See Also