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
- HostId
 Type: System.Guid
- ContextId
 Type: System.Int64
- Application
 Type: System.String
- Command
 Type: System.String
- Status
 Type: System.Int32
- Count
 Type: System.Int32
- StartTime
 Type: System.DateTime
- ExecutionTime
 Type: System.Int64
- IdentityName
 Type: System.String
- IPAddress
 Type: System.String
- UniqueIdentifier
 Type: System.Guid
- UserAgent
 Type: System.String
- CommandIdentifier
 Type: System.String
- ExceptionType
 Type: System.String
- ExceptionMessage
 Type: System.String
- ActivityId
 Type: System.Guid
Return Value
Type: System.Boolean
Returns Boolean.
.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.