Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes the cache with the TeamConfiguration for the specified set of projects.
Namespace: Microsoft.VisualStudio.Services.Integration
Assembly: Microsoft.VisualStudio.Services.Integration (in Microsoft.VisualStudio.Services.Integration.dll)
Syntax
'Declaration
Public Sub InitializeTeamCache ( _
projectUris As IEnumerable(Of String) _
)
public void InitializeTeamCache(
IEnumerable<string> projectUris
)
public:
void InitializeTeamCache(
IEnumerable<String^>^ projectUris
)
member InitializeTeamCache :
projectUris:IEnumerable<string> -> unit
public function InitializeTeamCache(
projectUris : IEnumerable<String>
)
Parameters
- projectUris
Type: System.Collections.Generic.IEnumerable<String>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.