Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Initializes a new instance of the ConfigurablePofContext..::.PofConfigParameterResolver class

Namespace:  Tangosol.IO.Pof
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public PofConfigParameterResolver(
	string className,
	int userTypeId,
	Type userType
)

Parameters

className
Type: System..::.String

[Missing <param name="className"/> documentation for "M:Tangosol.IO.Pof.ConfigurablePofContext.PofConfigParameterResolver.#ctor(System.String,System.Int32,System.Type)"]

userTypeId
Type: System..::.Int32

[Missing <param name="userTypeId"/> documentation for "M:Tangosol.IO.Pof.ConfigurablePofContext.PofConfigParameterResolver.#ctor(System.String,System.Int32,System.Type)"]

userType
Type: System..::.Type

[Missing <param name="userType"/> documentation for "M:Tangosol.IO.Pof.ConfigurablePofContext.PofConfigParameterResolver.#ctor(System.String,System.Int32,System.Type)"]

See Also