Class Program
A class that contains the program's logic.
Inherited Members
Namespace: Aruba.Tfs.Login
Assembly: Aruba.Tfs.Login.dll
Syntax
public static class Program
Methods
View SourceMain(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. |