Share via


TFSProvider.EventWriteEvent_ActivityLog_Info-Methode

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
)

Parameter

Rückgabewert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

TFSProvider Klasse

Microsoft.TeamFoundation.Framework.Server-Namespace