Miner.Responder.Framework.Replication Namespace > ClientSideFeatureIdentificationProvider Class : Initialize Method |
'Declaration
Public Overrides Sub Initialize( _ ByVal name As System.String, _ ByVal config As System.Collections.Specialized.NameValueCollection _ )
'Usage
Dim instance As ClientSideFeatureIdentificationProvider Dim name As System.String Dim config As System.Collections.Specialized.NameValueCollection instance.Initialize(name, config)
public override void Initialize( System.string name, System.Collections.Specialized.NameValueCollection config )
public procedure Initialize( name: System.String; config: System.Collections.Specialized.NameValueCollection ); override;
public override function Initialize( name : System.String, config : System.Collections.Specialized.NameValueCollection );
Exception | Description |
---|---|
System.ArgumentNullException | The name of the provider is null. |
System.ArgumentException | The name of the provider has a length of zero. |
System.InvalidOperationException | An attempt is made to call System.Configuration.Provider.ProviderBase.Initialize(System.String,System.Collections.Specialized.NameValueCollection) on a provider after the provider has already been initialized. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2