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: 10.0.0.0 (10.0.0.0)
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 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.
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