static void Main(string[] args) { TFS2012Client client = new TFS2012Client("", "", "", "") ; Task<IEnumerable<TFSCollection>> r = client.GetCollections(); r.Wait(); var rs = r.Result; Console.ReadLine(); }
static void Main(string[] args) { TFS2012Client client = new TFS2012Client("", "", "", ""); Task <IEnumerable <TFSCollection> > r = client.GetCollections(); r.Wait(); var rs = r.Result; Console.ReadLine(); }