IRegistryCallback Interface
Represents the callback for the registration process.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
[ServiceContractAttribute]
public interface IRegistryCallback
[ServiceContractAttribute]
public interface class IRegistryCallback
<ServiceContractAttribute>
Public Interface IRegistryCallback
Methods
Name | Description | |
---|---|---|
InformOfProviderUpdate(ProviderInfo) | Sends an updated ProviderInfo object to the connected client. |
See Also
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top