Click or drag to resize

IncomingMessageManagerProperties Class

The IncomingMessageManager configuration properties.
Inheritance Hierarchy
SystemObject
  Demo3D.NetIncomingMessageManagerProperties

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 11.0.0.7658
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class IncomingMessageManagerProperties : INotifyPropertyChanged

The IncomingMessageManagerProperties type exposes the following members.

Constructors
  NameDescription
Public methodIncomingMessageManagerProperties
Initializes a new instance of the IncomingMessageManagerProperties class
Top
Properties
  NameDescription
Public propertyMessagesReceived
Number of messages received.
Public propertyMessagesSent
Number of messages sent.
Public propertyOverlappingTransactions
Delay reading of response from server allowing multiple transactions to be sent to the server without reading the response until later.
Public propertyRespondBehind
Read any outstanding delayed response before sending another request to the server.
Public propertyResponseTime
Current request response time in microseconds.
Top
Methods
  NameDescription
Protected methodNotifyPropertyChanged(PropertyChangedEventArgs)
Raises the PropertyChanged event.
Protected methodNotifyPropertyChanged(String)
Raises the PropertyChanged event.
Public methodToString
Returns a summary of the configuration properties.
(Overrides ObjectToString.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
Top
See Also