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.
Enters the provider information into the datastore of the Provider Registration Service.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
[OperationContractAttribute(IsOneWay = true)]
void Register(
ProviderInfo info
)
[OperationContractAttribute(IsOneWay = true)]
void Register(
ProviderInfo^ info
)
<OperationContractAttribute(IsOneWay := True)>
Sub Register (
info As ProviderInfo
)
Parameters
info
Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.ProviderInfoThe provider information that includes the provider address and provider functionality.
See Also
IProviderRegistration Interface
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top