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.
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 | |
|---|---|---|
| .jpeg) | Connectors | Gets the collection of providers. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | DiscoverProviders() | Discovers the providers on the server. | 
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
Events
| Name | Description | |
|---|---|---|
| .jpeg) | 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