Show / Hide Table of Contents

Class Program

A class that contains the program's logic.

Inheritance
object
Program
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Aruba.Tfs.Login
Assembly: Aruba.Tfs.Login.dll
Syntax
public static class Program

Methods

View Source

Main(string[])

Main entry into the program.

Declaration
public static Task<int> Main(string[] args)
Parameters
Type Name Description
string[] args

Expects the TFS url and the project name.

Returns
Type Description
Task<int>

The result of trying to connect to TFS.

  • View Source
In this article
Back to top Generated by DocFX