IncomingMessageManagerProperties Class |
Namespace: Demo3D.Net
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public class IncomingMessageManagerProperties : INotifyPropertyChanged
The IncomingMessageManagerProperties type exposes the following members.
| Name | Description | |
|---|---|---|
| IncomingMessageManagerProperties | Initializes a new instance of the IncomingMessageManagerProperties class |
| Name | Description | |
|---|---|---|
| OverlappingTransactions |
Delay reading of response from server allowing multiple transactions to be sent to the server without reading the response until later.
| |
| RespondBehind |
Read any outstanding delayed response before sending another request to the server.
|
| Name | Description | |
|---|---|---|
| NotifyPropertyChanged(PropertyChangedEventArgs) |
Raises the PropertyChanged event.
| |
| NotifyPropertyChanged(String) |
Raises the PropertyChanged event.
| |
| ToString |
Returns a summary of the configuration properties.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| PropertyChanged |
Occurs when a property value changes.
|