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.
Represents the operations that are used to communicate with the Provider Registration Service.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
[ServiceContractAttribute(CallbackContract = typeof(IRegistryCallback),
SessionMode = SessionMode.Required)]
public interface IProviderRegistration : IProviderRegistryConnection
[ServiceContractAttribute(CallbackContract = (IRegistryCallback^::typeid),
SessionMode = SessionMode::Required)]
public interface class IProviderRegistration : IProviderRegistryConnection
<ServiceContractAttribute(CallbackContract := GetType(IRegistryCallback),
SessionMode := SessionMode.Required)>
Public Interface IProviderRegistration
Inherits IProviderRegistryConnection
Methods
Name | Description | |
---|---|---|
![]() |
Disconnect() | Indicates that the connection to the Provider Registry Service is terminating.(Inherited from IProviderRegistryConnection.) |
![]() |
Register(ProviderInfo) | Enters the provider information into the datastore of the Provider Registration Service. |
See Also
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top