LocationWebService.Connect 方法
命名空间: Microsoft.TeamFoundation.Framework.Server.Alm.WebServices
程序集: Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)
声明
<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
)
- connectOptions
类型:System.Int32
- lastChangeId
类型:System.Int32
- features
类型:System.Int32
类型:Microsoft.TeamFoundation.Framework.Server.Alm.ConnectionData
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
Microsoft.TeamFoundation.Framework.Server.Alm.WebServices 命名空间