Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Retrieve all nodes changed after a given non-negative sequence id
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function GetChangedNodes ( _
firstSequenceId As Integer _
) As String
[WebMethodAttribute]
public string GetChangedNodes(
int firstSequenceId
)
[WebMethodAttribute]
public:
String^ GetChangedNodes(
int firstSequenceId
)
[<WebMethodAttribute>]
member GetChangedNodes :
firstSequenceId:int -> string
public function GetChangedNodes(
firstSequenceId : int
) : String
Parameters
- firstSequenceId
Type: System.Int32
Return Value
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.