ConnectionDataController.GetConnectionData Method
Namespace: Microsoft.VisualStudio.Services.Location
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<HttpGetAttribute> _
Public Function GetConnectionData ( _
connectOptions As ConnectOptions, _
lastChangeId As Integer _
) As ConnectionData
[HttpGetAttribute]
public ConnectionData GetConnectionData(
ConnectOptions connectOptions,
int lastChangeId
)
[HttpGetAttribute]
public:
ConnectionData^ GetConnectionData(
ConnectOptions connectOptions,
int lastChangeId
)
[<HttpGetAttribute>]
member GetConnectionData :
connectOptions:ConnectOptions *
lastChangeId:int -> ConnectionData
public function GetConnectionData(
connectOptions : ConnectOptions,
lastChangeId : int
) : ConnectionData
Parameters
- connectOptions
Type: Microsoft.VisualStudio.Services.WebApi.ConnectOptions
- lastChangeId
Type: System.Int32
Return Value
Type: Microsoft.VisualStudio.Services.Location.ConnectionData
.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.