Initialize Method

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Initializes the provider with the property values specified in the ASP.NET application configuration file

Namespace: MySql.Web.SessionState
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.8.4.0

Syntax

C#
public override void Initialize(
	string name,
	NameValueCollection config
)
Visual Basic
Public Overrides Sub Initialize ( _
	name As String, _
	config As NameValueCollection _
)
Visual C++
public:
virtual void Initialize(
	String^ name, 
	NameValueCollection^ config
) override

Parameters

name
Type: System..::..String
The name of the provider instance to initialize.
config
Type: System.Collections.Specialized..::..NameValueCollection
Object that contains the names and values of configuration options for the provider.

See Also