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.
Disposes the proxy.
Namespace: Microsoft.Office.Server.Search.Connector.BDC
Assembly: Microsoft.Office.Server.Search.Connector (in Microsoft.Office.Server.Search.Connector.dll)
Syntax
'Declaration
Protected MustOverride Sub DisposeProxy ( _
proxy As T _
)
'Usage
Dim proxy As T
Me.DisposeProxy(proxy)
protected abstract void DisposeProxy(
T proxy
)
Parameters
proxy
Type: TThe proxy to dispose.
See Also
Reference
StructuredRepositorySystemUtility<T> Class