Class Provider
Represents a base type for providers - providers are facades for some low-level implementation that transports use, for example ZeroMQ.
Inheritance
System.Object
Provider
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NFX.Glue
Assembly: NFX.dll
Syntax
public abstract class Provider : GlueComponentService, IApplicationComponent, IDisposable, IService, INamed, IConfigurable, ILocalizedTimeProvider, IInstrumentable, IExternallyParameterized
Constructors
Provider(IGlueImplementation, String)
Declaration
protected Provider(IGlueImplementation glue, string name = null)
Parameters
Type | Name | Description |
---|---|---|
IGlueImplementation | glue | |
System.String | name |
Provider(String)
Declaration
protected Provider(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Methods
Destructor()
Declaration
protected override void Destructor()
Overrides
Implements
System.IDisposable