EventWebService.EventSubscriptions Method
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Декларация
<WebMethodAttribute> _
Public Function EventSubscriptions ( _
userId As String _
) As List(Of Subscription)
[WebMethodAttribute]
public List<Subscription> EventSubscriptions(
string userId
)
[WebMethodAttribute]
public:
List<Subscription^>^ EventSubscriptions(
String^ userId
)
[<WebMethodAttribute>]
member EventSubscriptions :
userId:string -> List<Subscription>
public function EventSubscriptions(
userId : String
) : List<Subscription>
Parameters
- userId
Type: System.String
Return Value
Type: System.Collections.Generic.List<Subscription>
.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