IProviderRegistry Interface

 

Represents the operations that are used to communicate with the Provider Registration Service.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

[ServiceContractAttribute(CallbackContract = (IRegistryCallback^::typeid), 
	SessionMode = SessionMode::Required)]
public interface class IProviderRegistry : IProviderRegistryConnection

NameDescription
System_CAPS_pubmethodDisconnect()

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

System_CAPS_pubmethodGetVersion()

Gets the version of the provider.

System_CAPS_pubmethodQuery(QuerySpecification^)

Returns a list of data for the specified provider.

System_CAPS_pubmethodQueryAll()

Returns a list of data for all of the registered providers.

System_CAPS_pubmethodRequestProviderInfoUpdate(IList<ProviderInfo^>^)

Requests an update for specific providers.

Return to top

Community Additions

ADD
Show: