Partager via


ISharePointService.LogToHistoryList - Méthode

Écrit les informations spécifiées dans la liste historique du flux de travail.

Espace de noms :  Microsoft.SharePoint.Workflow
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Sub LogToHistoryList ( _
    workflowId As Guid, _
    eventId As SPWorkflowHistoryEventType, _
    userId As Integer, _
    duration As TimeSpan, _
    outcome As String, _
    description As String, _
    otherData As String _
)
'Utilisation
Dim instance As ISharePointService
Dim workflowId As Guid
Dim eventId As SPWorkflowHistoryEventType
Dim userId As Integer
Dim duration As TimeSpan
Dim outcome As String
Dim description As String
Dim otherData As String

instance.LogToHistoryList(workflowId, _
    eventId, userId, duration, outcome, _
    description, otherData)
void LogToHistoryList(
    Guid workflowId,
    SPWorkflowHistoryEventType eventId,
    int userId,
    TimeSpan duration,
    string outcome,
    string description,
    string otherData
)

Paramètres

  • workflowId
    Type : System.Guid

    L'ID de l'instance de workflow concerne de cette entrée de la liste historique.

  • userId
    Type : System.Int32

    L'ID utilisateur associé à l'entrée de liste de l'historique.

  • outcome
    Type : System.String

    Le résultat de l'événement de workflow.

  • description
    Type : System.String

    Description de l'événement de workflow.

  • otherData
    Type : System.String

    Toutes les autres données à inclure dans cette entrée de la liste historique.

Remarques

Cette méthode est utilisée par la classe LogToHistoryListActivity de l'espace de noms Microsoft.SharePoint.WorkflowActions .

Voir aussi

Référence

ISharePointService interface

ISharePointService - Membres

Microsoft.SharePoint.Workflow - Espace de noms