ExtendedApplicationProvider.Initialize Method
Initializes the provider's name and other properties based on the configuration values.
Namespace: Microsoft.Uii.Csr.Providers
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As ExtendedApplicationProvider
Dim name As String
Dim configValue As NameValueCollection
instance.Initialize(name, configValue)
Syntax
'Declaration
Public Overrides Sub Initialize ( _
name As String, _
configValue As NameValueCollection _
)
public override void Initialize (
string name,
NameValueCollection configValue
)
public:
virtual void Initialize (
String^ name,
NameValueCollection^ configValue
) override
public void Initialize (
String name,
NameValueCollection configValue
)
public override function Initialize (
name : String,
configValue : NameValueCollection
)
Parameters
- name
Specifies the name of the provider.
- configValue
Specifies the collection of configuration attributes in the configuration node.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
ExtendedApplicationProvider Class
ExtendedApplicationProvider Members
Microsoft.Uii.Csr.Providers Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.