Click or drag to resize

Connection Class

A connection to the Multi Model Sync subsystem.
Inheritance Hierarchy
SystemObject
  Demo3D.Visuals.MultiModelConnection

Namespace: Demo3D.Visuals.MultiModel
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public sealed class Connection : IDisposable

The Connection type exposes the following members.

Constructors
 NameDescription
Public methodConnectionInitializes a new instance of the Connection class
Top
Properties
 NameDescription
Public propertyDiagnostics Diagnostics.
Public propertyLogLevel Log level for this connection.
Top
Methods
 NameDescription
Public methodAllAvailable All currently properties available in the property sync.
Public methodAllExchanged All currently local properties synchronized with the property sync.
Public methodConnectAsync Start connecting to the Multi Model Sync.
Public methodDisconnectAsync Disconnect from the Multi Model Sync.
Public methodDispose Disconnect from the Multi Model Sync.
Public methodFindExchanged Find a property.
Public methodIsAvailable Is a property available
Public methodUpdate Request a refresh of the property sync.
Top
Events
 NameDescription
Public eventOnConnected Occurs when the connection has completed successfully. Called in the model thread.
Public eventOnConnectionFailed Called when a connection fails, or a connection is closed due to an error.
Public eventOnDisconnected Called when disconnection is complete. Called in the model thread.
Public eventOnDisconnecting Occurs when DisconnectAsync or Dispose is called.
Public eventOnPropertyAdded Occurs when a new local property is being exchanged with the property sync. Called in the model thread.
Public eventOnPropertyAvailable Occurs when a new property is made available to the property sync. Called in the model thread.
Public eventOnPropertyRemoved Occurs when a local property is no longer being exchanged with the property sync. Called in the model thread.
Public eventOnPropertyUnavailable Occurs when a property is no lon ger available to the property sync. Called in the model thread.
Top
See Also