Open sandboxFocus

Constructor DefaultParameterPullStrategy

DefaultParameterPullStrategy(IDurableRef<IType>, string)

Initializes a new instance of the DefaultParameterPullStrategy class.

Declaration
public DefaultParameterPullStrategy(IDurableRef<IType> parameterType, string dependencyName)
Parameters
Type Name Description
IDurableRef<IType> parameterType

A reference to the type of the constructor parameter.

string dependencyName

The name of the dependency, used to derive the parameter name.

DefaultParameterPullStrategy(IRef<IType>, string)

Declaration
[Obsolete("Pass an IDurableRef<IType>.")]
public DefaultParameterPullStrategy(IRef<IType> parameterType, string dependencyName)
Parameters
Type Name Description
IRef<IType> parameterType
string dependencyName