IProviderRegistration Interface

 

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
System_CAPS_pubmethod Disconnect()

Indicates that the connection to the Provider Registry Service is terminating.(Inherited from IProviderRegistryConnection.)

System_CAPS_pubmethod Register(ProviderInfo)

Enters the provider information into the datastore of the Provider Registration Service.

See Also

Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top