LocationWebService.Connect Method
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Декларация
<WebMethodAttribute> _
Public Function Connect ( _
connectOptions As Integer, _
serviceTypeFilters As List(Of ServiceTypeFilter), _
lastChangeId As Integer _
) As ConnectionData
[WebMethodAttribute]
public ConnectionData Connect(
int connectOptions,
List<ServiceTypeFilter> serviceTypeFilters,
int lastChangeId
)
[WebMethodAttribute]
public:
ConnectionData^ Connect(
int connectOptions,
List<ServiceTypeFilter^>^ serviceTypeFilters,
int lastChangeId
)
[<WebMethodAttribute>]
member Connect :
connectOptions:int *
serviceTypeFilters:List<ServiceTypeFilter> *
lastChangeId:int -> ConnectionData
public function Connect(
connectOptions : int,
serviceTypeFilters : List<ServiceTypeFilter>,
lastChangeId : int
) : ConnectionData
Parameters
- connectOptions
Type: System.Int32
- serviceTypeFilters
Type: System.Collections.Generic.List<ServiceTypeFilter>
- lastChangeId
Type: System.Int32
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.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.WebServices Namespace