StructuredRepositorySystemUtility<T> class

Binds to a proxy class for accessing the repository and executes methods by reflectively invoking the proxy.

Inheritance hierarchy

System.Object
  Microsoft.Office.Server.Search.Connector.BDC.StructuredRepositorySystemUtility<T>

Namespace:  Microsoft.Office.Server.Search.Connector.BDC
Assembly:  Microsoft.Office.Server.Search.Connector (in Microsoft.Office.Server.Search.Connector.dll)

Syntax

'Declaration
Public MustInherit Class StructuredRepositorySystemUtility(Of T As Class) _
    Implements ISystemUtility
'Usage
Dim instance As StructuredRepositorySystemUtility(Of T)
public abstract class StructuredRepositorySystemUtility<T> : ISystemUtility
where T : class

Type parameters

  • T

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

StructuredRepositorySystemUtility<T> members

Microsoft.Office.Server.Search.Connector.BDC namespace