Classe HttpComponentCreator<TComponent>

Gerarchia di ereditarietà

System.Object
  Microsoft.TeamFoundation.Framework.Server.HttpComponentCreator<TComponent>

Spazio dei nomi:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class HttpComponentCreator(Of TComponent As {New, HttpResourceComponent}) _
    Implements IComponentCreator
public sealed class HttpComponentCreator<TComponent> : IComponentCreator
where TComponent : new(), HttpResourceComponent

Parametri di tipo

  • TComponent

Il tipo HttpComponentCreator<TComponent> espone i seguenti membri.

Costruttori

  Nome Descrizione
Metodo pubblico HttpComponentCreator<TComponent>(Int32)
Metodo pubblico HttpComponentCreator<TComponent>(Int32, Boolean)

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica IsTransitionCreator
Proprietà pubblica ServiceVersion

In alto

Metodi

  Nome Descrizione
Metodo pubblico Create(TeamFoundationRequestContext, String)
Metodo pubblico Create(String, Int32, Int32, Int32)
Metodo pubblico CreateHttp
Metodo pubblico Equals Determina se l'oggetto specificato equivale all'oggetto corrente. (Ereditato da Object)
Metodo pubblico GetHashCode Funge da funzione hash per un determinato tipo. (Ereditato da Object)
Metodo pubblico GetType Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object)
Metodo pubblico ToString Restituisce una stringa che rappresenta l'oggetto corrente. (Ereditato da Object)

In alto

Codice thread safe

Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.TeamFoundation.Framework.Server