TeamFoundationNotificationService.GetEventSubscriptions Method (TeamFoundationRequestContext, IdentityDescriptor, String)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
声明
Public Function GetEventSubscriptions ( _
requestContext As TeamFoundationRequestContext, _
user As IdentityDescriptor, _
classification As String _
) As List(Of Subscription)
public List<Subscription> GetEventSubscriptions(
TeamFoundationRequestContext requestContext,
IdentityDescriptor user,
string classification
)
public:
List<Subscription^>^ GetEventSubscriptions(
TeamFoundationRequestContext^ requestContext,
IdentityDescriptor^ user,
String^ classification
)
member GetEventSubscriptions :
requestContext:TeamFoundationRequestContext *
user:IdentityDescriptor *
classification:string -> List<Subscription>
public function GetEventSubscriptions(
requestContext : TeamFoundationRequestContext,
user : IdentityDescriptor,
classification : String
) : List<Subscription>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- classification
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
TeamFoundationNotificationService Class