TeamFoundationActivityLogService.GetActivitylogEntry Method
Get a specific command from the activity log including parameters
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetActivitylogEntry ( _
requestContext As TeamFoundationRequestContext, _
commandId As Integer _
) As ActivityLogEntry
public ActivityLogEntry GetActivitylogEntry(
TeamFoundationRequestContext requestContext,
int commandId
)
public:
ActivityLogEntry^ GetActivitylogEntry(
TeamFoundationRequestContext^ requestContext,
int commandId
)
member GetActivitylogEntry :
requestContext:TeamFoundationRequestContext *
commandId:int -> ActivityLogEntry
public function GetActivitylogEntry(
requestContext : TeamFoundationRequestContext,
commandId : int
) : ActivityLogEntry
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- commandId
Type: System.Int32
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.ActivityLogEntry
.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.