ProxyStatistics.IncrementDownloads Method
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub IncrementDownloads ( _
serverId As String, _
cacheHit As Boolean _
)
public void IncrementDownloads(
string serverId,
bool cacheHit
)
public:
void IncrementDownloads(
String^ serverId,
bool cacheHit
)
member IncrementDownloads :
serverId:string *
cacheHit:bool -> unit
public function IncrementDownloads(
serverId : String,
cacheHit : boolean
)
Parameters
- serverId
Type: System.String
- cacheHit
Type: System.Boolean
.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.