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.
Returns the list of services that recently changed with the modified date time
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function GetServerStatus As DataChanged()
[WebMethodAttribute]
public DataChanged[] GetServerStatus()
[WebMethodAttribute]
public:
array<DataChanged^>^ GetServerStatus()
[<WebMethodAttribute>]
member GetServerStatus : unit -> DataChanged[]
public function GetServerStatus() : DataChanged[]
Return Value
Type: array<Microsoft.TeamFoundation.Integration.Server.DataChanged[]
array of DataChanged
.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.