Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Requests an update for specific providers.
Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)
Syntax
[OperationContractAttribute]
IList<ProviderInfo> RequestProviderInfoUpdate(
    IList<ProviderInfo> providersToUpdate
)
[OperationContractAttribute]
IList<ProviderInfo^>^ RequestProviderInfoUpdate(
    IList<ProviderInfo^>^ providersToUpdate
)
<OperationContractAttribute>
Function RequestProviderInfoUpdate (
    providersToUpdate As IList(Of ProviderInfo)
) As IList(Of ProviderInfo)
Parameters
- providersToUpdate 
 Type: System.Collections.Generic.IList<ProviderInfo>- The list of providers to update. 
Return Value
Type: System.Collections.Generic.IList<ProviderInfo>
An instance of IList<T> that contains ProviderInfo objects, or an empty list if none are found.
See Also
IProviderRegistry Interface
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top