Udostępnij za pośrednictwem


Metoda IBuildServer.CreateBuildServiceHost — (String, String, String, Int32)

Tworzy nowy host usługi o określonej nazwie i z bazowy adres URL składa się z określonego schematu, host, portu i ścieżka domyślna.

Przestrzeń nazw:  Microsoft.TeamFoundation.Build.Client
Zestaw:  Microsoft.TeamFoundation.Build.Client (w Microsoft.TeamFoundation.Build.Client.dll)

Składnia

'Deklaracja
Function CreateBuildServiceHost ( _
    name As String, _
    scheme As String, _
    host As String, _
    port As Integer _
) As IBuildServiceHost
IBuildServiceHost CreateBuildServiceHost(
    string name,
    string scheme,
    string host,
    int port
)

Parametry

  • scheme
    Typ: System.String
    Schemat podstawowy adres URL hosta usługi.
  • port
    Typ: System.Int32
    Port bazowy adres URL hosta usługi.

Wartość zwracana

Typ: Microsoft.TeamFoundation.Build.Client.IBuildServiceHost
Nowy host usługi.

Uwagi

Podstawy URL będzie formularza (Build/v3.0/Services).

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IBuildServer Interfejs

Przeciążenie CreateBuildServiceHost

Przestrzeń nazw Microsoft.TeamFoundation.Build.Client