LocationWebService.Connect Method
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function Connect ( _
connectOptions As Integer, _
lastChangeId As Integer, _
features As Integer _
) As ConnectionData
[WebMethodAttribute]
public ConnectionData Connect(
int connectOptions,
int lastChangeId,
int features
)
[WebMethodAttribute]
public:
ConnectionData^ Connect(
int connectOptions,
int lastChangeId,
int features
)
[<WebMethodAttribute>]
member Connect :
connectOptions:int *
lastChangeId:int *
features:int -> ConnectionData
public function Connect(
connectOptions : int,
lastChangeId : int,
features : int
) : ConnectionData
Parameters
- connectOptions
Type: System.Int32
- lastChangeId
Type: System.Int32
- features
Type: System.Int32
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.Alm.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.
See Also
Reference
Microsoft.TeamFoundation.Framework.Server.Alm.WebServices Namespace