CustomerIntelligenceService.Publish Method (TeamFoundationRequestContext, String, String, String, String)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overridable Sub Publish ( _
requestContext As TeamFoundationRequestContext, _
area As String, _
feature As String, _
property As String, _
value As String _
)
public virtual void Publish(
TeamFoundationRequestContext requestContext,
string area,
string feature,
string property,
string value
)
public:
virtual void Publish(
TeamFoundationRequestContext^ requestContext,
String^ area,
String^ feature,
String^ property,
String^ value
)
abstract Publish :
requestContext:TeamFoundationRequestContext *
area:string *
feature:string *
property:string *
value:string -> unit
override Publish :
requestContext:TeamFoundationRequestContext *
area:string *
feature:string *
property:string *
value:string -> unit
public function Publish(
requestContext : TeamFoundationRequestContext,
area : String,
feature : String,
property : String,
value : String
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- area
Type: System.String
- feature
Type: System.String
- property
Type: System.String
- value
Type: System.String
.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.