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 the arguments that are passed to the event that is raised when the collection of provider connections is retrieved.
Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework.public
Assembly:  ProviderFramework (in ProviderFramework.dll)
Inheritance Hierarchy
System.Object
  System.EventArgs
    Microsoft.WindowsServerSolutions.Common.ProviderFramework.public.ProviderCollectionRetrievedEventArgs<T>
Syntax
public class ProviderCollectionRetrievedEventArgs<T> : EventArgs
where T : class
generic<typename T>
where T : ref class
public ref class ProviderCollectionRetrievedEventArgs : EventArgs
Public Class ProviderCollectionRetrievedEventArgs(Of T As Class)
    Inherits EventArgs
Type Parameters
- T
 The connector object.
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | ProviderCollectionRetrievedEventArgs<T>(IList<ProviderConnector<T>>) | Creates the list of connectors. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Connectors | Gets the list of connectors. | 
Methods
| Name | Description | |
|---|---|---|
| .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.) | 
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.public Namespace
Return to top