TFSProvider.EventWriteEvent_ActivityLog_Info Method

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

Syntax

'Declaration
Public Function EventWriteEvent_ActivityLog_Info ( _
    HostId As Guid, _
    ContextId As Long, _
    Application As String, _
    Command As String, _
    Status As Integer, _
    Count As Integer, _
    StartTime As DateTime, _
    ExecutionTime As Long, _
    IdentityName As String, _
    IPAddress As String, _
    UniqueIdentifier As Guid, _
    UserAgent As String, _
    CommandIdentifier As String, _
    ExceptionType As String, _
    ExceptionMessage As String, _
    ActivityId As Guid _
) As Boolean
public bool EventWriteEvent_ActivityLog_Info(
    Guid HostId,
    long ContextId,
    string Application,
    string Command,
    int Status,
    int Count,
    DateTime StartTime,
    long ExecutionTime,
    string IdentityName,
    string IPAddress,
    Guid UniqueIdentifier,
    string UserAgent,
    string CommandIdentifier,
    string ExceptionType,
    string ExceptionMessage,
    Guid ActivityId
)
public:
bool EventWriteEvent_ActivityLog_Info(
    Guid HostId, 
    long long ContextId, 
    String^ Application, 
    String^ Command, 
    int Status, 
    int Count, 
    DateTime StartTime, 
    long long ExecutionTime, 
    String^ IdentityName, 
    String^ IPAddress, 
    Guid UniqueIdentifier, 
    String^ UserAgent, 
    String^ CommandIdentifier, 
    String^ ExceptionType, 
    String^ ExceptionMessage, 
    Guid ActivityId
)
member EventWriteEvent_ActivityLog_Info : 
        HostId:Guid * 
        ContextId:int64 * 
        Application:string * 
        Command:string * 
        Status:int * 
        Count:int * 
        StartTime:DateTime * 
        ExecutionTime:int64 * 
        IdentityName:string * 
        IPAddress:string * 
        UniqueIdentifier:Guid * 
        UserAgent:string * 
        CommandIdentifier:string * 
        ExceptionType:string * 
        ExceptionMessage:string * 
        ActivityId:Guid -> bool
public function EventWriteEvent_ActivityLog_Info(
    HostId : Guid, 
    ContextId : long, 
    Application : String, 
    Command : String, 
    Status : int, 
    Count : int, 
    StartTime : DateTime, 
    ExecutionTime : long, 
    IdentityName : String, 
    IPAddress : String, 
    UniqueIdentifier : Guid, 
    UserAgent : String, 
    CommandIdentifier : String, 
    ExceptionType : String, 
    ExceptionMessage : String, 
    ActivityId : Guid
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TFSProvider Class

Microsoft.TeamFoundation.Framework.Server Namespace