CustomerIntelligenceService.AddPuidIfAvailable Method
For TFS/MSDN correlation trace.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Shared Function AddPuidIfAvailable ( _
requestContext As TeamFoundationRequestContext, _
data As CustomerIntelligenceData, _
descriptor As IdentityDescriptor _
) As CustomerIntelligenceData
public static CustomerIntelligenceData AddPuidIfAvailable(
TeamFoundationRequestContext requestContext,
CustomerIntelligenceData data,
IdentityDescriptor descriptor
)
public:
static CustomerIntelligenceData^ AddPuidIfAvailable(
TeamFoundationRequestContext^ requestContext,
CustomerIntelligenceData^ data,
IdentityDescriptor^ descriptor
)
static member AddPuidIfAvailable :
requestContext:TeamFoundationRequestContext *
data:CustomerIntelligenceData *
descriptor:IdentityDescriptor -> CustomerIntelligenceData
public static function AddPuidIfAvailable(
requestContext : TeamFoundationRequestContext,
data : CustomerIntelligenceData,
descriptor : IdentityDescriptor
) : CustomerIntelligenceData
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- descriptor
Type: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.CustomerIntelligenceData
.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.