Share via


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

See Also

Reference

ServerStatus Class

Microsoft.TeamFoundation.Integration.Server Namespace