ServerStatus.GetServerStatus Method
Returns the list of services that recently changed with the modified date time
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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.