BrowserProperties Class

Solclient

BrowserProperties Class
version: 7.2.1.27
Used when creating a new Browser instance.
Inheritance Hierarchy
SystemObject  SolaceSystems.Solclient.MessagingBrowserProperties

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
[SerializableAttribute]
public class BrowserProperties
<SerializableAttribute>
Public Class BrowserProperties
[SerializableAttribute]
public ref class BrowserProperties

The BrowserProperties type exposes the following members.

Constructors
  NameDescription
Public methodBrowserProperties
Initializes a new instance of the BrowserProperties class
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a deep copy of the current instance.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertySelector
Browser's selector string; null means unspecified.
Public propertyTransportWindowSize
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].
Public propertyWaitTimeout
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].
Top
See Also