Table of Contents

Class KNetConnector<TConnector>

Namespace
MASES.KNet.Connect
Assembly
MASES.KNet.dll

The base connector class which is the base of both source or sink connectors and receives information about implementing class with TConnector

public abstract class KNetConnector<TConnector> : KNetConnector, IKNetConnector, IConnector, IVersion, IKNetConnectLogging where TConnector : KNetConnector<TConnector>

Type Parameters

TConnector

The class which extends KNetConnector<TConnector>

Inheritance
KNetConnector<TConnector>
Implements
Derived
Inherited Members

Properties

ConnectorName

Set the ConnectorName of the connector to the value defined from TConnector

public override string ConnectorName { get; }

Property Value

string