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.
Sends an updated ProviderInfo object to the connected client.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
[OperationContractAttribute(IsOneWay = true)]
void InformOfProviderUpdate(
ProviderInfo info
)
[OperationContractAttribute(IsOneWay = true)]
void InformOfProviderUpdate(
ProviderInfo^ info
)
<OperationContractAttribute(IsOneWay := True)>
Sub InformOfProviderUpdate (
info As ProviderInfo
)
Parameters
info
Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.ProviderInfoThe updated information for a provider.
See Also
IRegistryCallback Interface
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top