ProviderCollectionRetrievedEventArgs<T> Class
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 | |
---|---|---|
ProviderCollectionRetrievedEventArgs<T>(IList<ProviderConnector<T>>) | Creates the list of connectors. |
Properties
Name | Description | |
---|---|---|
Connectors | Gets the list of connectors. |
Methods
Name | Description | |
---|---|---|
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.) |
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