Condividi tramite


Metodo TFSProvider.EventWriteEvent_ActivityLog_Info

Spazio dei nomi:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Valore restituito

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TFSProvider Classe

Spazio dei nomi Microsoft.TeamFoundation.Framework.Server