Binding ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Represents a particular named binding. Binding type defines a protocol by implementing a transport instance management strategy that support particular technology, such as blocking TCP or async ZeroMQ. Binding instance retains state/config information about all transports and has logic for Node's host:service resolution. Bindings are services, meaning - they can have state/threads that manage transport channels that operate under binding
Inheritance Hierarchy

OnlineSystem Object
  NFX DisposableObject
    NFX.ApplicationModel ApplicationComponent
      NFX.ServiceModel Service
        NFX.ServiceModel Service IGlueImplementation 
          NFX.ServiceModel ServiceWithInstrumentationBase IGlueImplementation 
            NFX.Glue GlueComponentService
              NFX.Glue Binding
                NFX.Glue.Native InProcBinding
                NFX.Glue.Native MpxBinding
                NFX.Glue.Native SyncBinding

Namespace: NFX.Glue
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public abstract class Binding : GlueComponentService
See Also