IRegistryCallback.InformOfProviderUpdate Method (ProviderInfo)
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