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