Click or drag to resize

ContractBasedService Constructor

Initializes a new instance of the ContractBasedService class.

Namespace:  Autofac.Integration.Mef
Assembly:  Autofac.Integration.Mef (in Autofac.Integration.Mef.dll) Version: 6.0.0+4280ac7e7f34f8dcbf61bbdf820a070216e453fc
Syntax
public ContractBasedService(
	string contractName,
	string exportTypeIdentity
)

Parameters

contractName
Type: SystemString
The contract name.
exportTypeIdentity
Type: SystemString
Type identity of the objects exported under the contract.
See Also