WorkItemServer.StampWorkitemCache Method
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)
Syntax
'Декларация
Public Sub StampWorkitemCache ( _
requestId As String _
)
public void StampWorkitemCache(
string requestId
)
public:
void StampWorkitemCache(
String^ requestId
)
member StampWorkitemCache :
requestId:string -> unit
public function StampWorkitemCache(
requestId : String
)
Parameters
- requestId
Type: System.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.