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
- forceReset
 Type: System.Boolean
Return Value
Type: System.Guid
.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.