Compartir a través de


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
System_CAPS_pubmethod ProviderCollectionRetrievedEventArgs<T>(IList<ProviderConnector<T>>)

Creates the list of connectors.

Properties

Name Description
System_CAPS_pubproperty Connectors

Gets the list of connectors.

Methods

Name Description
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.)

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