Provider ClassNFX Class Library

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

Represents a base type for providers - providers are facades for some low-level implementation that transports use, for example ZeroMQ.
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 Provider

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

public abstract class Provider : GlueComponentService
See Also