IDynamicEventPredicate.Evaluate Method
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Function Evaluate ( _
requestContext As TeamFoundationRequestContext, _
subscription As Subscription, _
value As String _
) As Boolean
bool Evaluate(
TeamFoundationRequestContext requestContext,
Subscription subscription,
string value
)
bool Evaluate(
TeamFoundationRequestContext^ requestContext,
Subscription^ subscription,
String^ value
)
abstract Evaluate :
requestContext:TeamFoundationRequestContext *
subscription:Subscription *
value:string -> bool
function Evaluate(
requestContext : TeamFoundationRequestContext,
subscription : Subscription,
value : String
) : boolean
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- subscription
Type: Microsoft.TeamFoundation.Server.Core.Subscription
- value
Type: System.String
Return Value
Type: System.Boolean
.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.