TeamFoundationTracingService.TraceProvider.GetActivityId Method

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

Syntax

'Declaration
Public Shared Function GetActivityId ( _
    forceReset As Boolean _
) As Guid
public static Guid GetActivityId(
    bool forceReset
)
public:
static Guid GetActivityId(
    bool forceReset
)
static member GetActivityId : 
        forceReset:bool -> Guid
public static function GetActivityId(
    forceReset : boolean
) : Guid

Parameters

Return Value

Type: System.Guid

.NET Framework Security

See Also

Reference

TeamFoundationTracingService.TraceProvider Class

Microsoft.TeamFoundation.Framework.Server Namespace