Partager via


IDatabaseProjectWorkloadProvider.GetWorkload, méthode

Retourne la charge de travail restante pour ce processeur inactif ou retourne zéro s'il ne reste aucune charge de travail pour ce processeur.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
Sub GetWorkload ( _
    <OutAttribute> ByRef stepsLeftToPerform As Integer, _
    <OutAttribute> ByRef stepsProcessedForEachIdle As Integer, _
    <OutAttribute> ByRef workloadDescription As String _
)
void GetWorkload(
    out int stepsLeftToPerform,
    out int stepsProcessedForEachIdle,
    out string workloadDescription
)
void GetWorkload(
    [OutAttribute] int% stepsLeftToPerform, 
    [OutAttribute] int% stepsProcessedForEachIdle, 
    [OutAttribute] String^% workloadDescription
)
abstract GetWorkload : 
        stepsLeftToPerform:int byref * 
        stepsProcessedForEachIdle:int byref * 
        workloadDescription:string byref -> unit 
function GetWorkload(
    stepsLeftToPerform : int, 
    stepsProcessedForEachIdle : int, 
    workloadDescription : String
)

Paramètres

  • stepsLeftToPerform
    Type : System.Int32%
    Nombre d'étapes que ce processeur inactif doit encore exécuter avant que son travail ne soit terminé.
  • stepsProcessedForEachIdle
    Type : System.Int32%
    Nombre d'étapes traitées (en moyenne) chaque fois que ce processeur inactif est appelé.Cela indique au système le nombre de fois où appeler OnIdle avant que tout le travail en file d'attente ne soit terminé.
  • workloadDescription
    Type : System.String%
    S'il reste de la charge de travail, retourne le type de travail à exécuter.S'il y a suffisamment de travail et si la barre d'état Visual Studio est utilisée, ce texte peut être affiché à l'attention de l'utilisateur.

Sécurité .NET Framework

Voir aussi

Référence

IDatabaseProjectWorkloadProvider Interface

Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms