Share via


ConnectorCollection<T> Class

 

Represents a collection of providers on the server.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Common.ProviderFramework.ConnectorCollection<T>

Syntax

public class ConnectorCollection<T>
where T : class
generic<typename T>
where T : ref class
public ref class ConnectorCollection 
Public Class ConnectorCollection(Of T As Class)

Type Parameters

  • T
    The type of the provider.

Properties

Name Description
System_CAPS_pubproperty Connectors

Gets the collection of providers.

Methods

Name Description
System_CAPS_pubmethod DiscoverProviders()

Discovers the providers on the server.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Events

Name Description
System_CAPS_pubevent ProvidersFound

Represents an event that occurs when providers have been found.

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

Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top