CustomerIntelligenceService.GetRioIfAvailable Method
For TFS RioId trace.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Shared Function GetRioIfAvailable ( _
requestContext As TeamFoundationRequestContext _
) As Dictionary(Of String, String)
public static Dictionary<string, string> GetRioIfAvailable(
TeamFoundationRequestContext requestContext
)
public:
static Dictionary<String^, String^>^ GetRioIfAvailable(
TeamFoundationRequestContext^ requestContext
)
static member GetRioIfAvailable :
requestContext:TeamFoundationRequestContext -> Dictionary<string, string>
public static function GetRioIfAvailable(
requestContext : TeamFoundationRequestContext
) : Dictionary<String, String>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Return Value
Type: System.Collections.Generic.Dictionary<String, 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.