IProviderRegistryConnection.Disconnect Method ()
Indicates that the connection to the Provider Registry Service is terminating.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
[OperationContractAttribute(IsOneWay = true, IsTerminating = true)]
void Disconnect()
[OperationContractAttribute(IsOneWay = true, IsTerminating = true)]
void Disconnect()
<OperationContractAttribute(IsOneWay := True, IsTerminating := True)>
Sub Disconnect
See Also
IProviderRegistryConnection Interface
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top