EventWebService.SubscribeEventWithClassification Method

Namespace:  Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'宣言
<WebMethodAttribute> _
Public Function SubscribeEventWithClassification ( _
    userId As String, _
    eventType As String, _
    filterExpression As String, _
    preferences As DeliveryPreference, _
    classification As String _
) As Integer
[WebMethodAttribute]
public int SubscribeEventWithClassification(
    string userId,
    string eventType,
    string filterExpression,
    DeliveryPreference preferences,
    string classification
)
[WebMethodAttribute]
public:
int SubscribeEventWithClassification(
    String^ userId, 
    String^ eventType, 
    String^ filterExpression, 
    DeliveryPreference^ preferences, 
    String^ classification
)
[<WebMethodAttribute>]
member SubscribeEventWithClassification : 
        userId:string * 
        eventType:string * 
        filterExpression:string * 
        preferences:DeliveryPreference * 
        classification:string -> int 
public function SubscribeEventWithClassification(
    userId : String, 
    eventType : String, 
    filterExpression : String, 
    preferences : DeliveryPreference, 
    classification : String
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

EventWebService Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace