DOFRouteInfo ClassOpenDOF Object Access Library
This class adds additional information to DOFProviderInfo that is useful for routing.
Inheritance Hierarchy

SystemObject
  org.opendof.core.oalDOFRouteInfo

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public abstract class DOFRouteInfo : DOFProviderInfo, 
	DOFImmutable, IComparable<DOFRouteInfo>

The DOFRouteInfo type exposes the following members.

Constructors

  NameDescription
Protected methodDOFRouteInfo
Initializes a new instance of the DOFRouteInfo class
Top
Methods

  NameDescription
Public methodCompareTo
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodgetConnectionState
Public methodgetDatagramDistance
Get the datagram portion of the distance of this route.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodgetInterfaceID
Get the interface identifier for this route.
Public methodgetOperationCount
Get the operation count for this route.
Public methodgetProviderAddress
Public methodgetProviderID
Public methodgetSourceID
Get the source identifier for this route.
Public methodgetStreamDistance
Get the streaming portion of the distance of this route.
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.
(Inherited from Object.)
Top
Remarks

This class adds additional information to DOFProviderInfo that is useful for routing.
See Also

Reference

RouteListener