Click or drag to resize
XmlSchedulerProviderInitialize Method
Initializes the provider.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public override void Initialize(
	string name,
	NameValueCollection config
)

Parameters

name
Type: SystemString
The friendly name of the provider.
config
Type: System.Collections.SpecializedNameValueCollection
A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe name of the provider is null.
InvalidOperationExceptionAn attempt is made to call Initialize(String, NameValueCollection) on a provider after the provider has already been initialized.
ArgumentExceptionThe name of the provider has a length of zero.
See Also