EventWebService.EventSubscriptions Method
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<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>
Returns List<T>.
.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.