Compartir a través de


(String, String, String, SPService, SPJobLockType) del constructor SPDiagnosticsProvider

Construye un nuevo trabajo que se ejecutará la acción de proveedor de diagnóstico

Espacio de nombres:  Microsoft.SharePoint.Diagnostics
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
Protected Sub New ( _
    title As String, _
    name As String, _
    schedule As String, _
    service As SPService, _
    lockType As SPJobLockType _
)
'Uso
Dim title As String
Dim name As String
Dim schedule As String
Dim service As SPService
Dim lockType As SPJobLockType

Dim instance As New SPDiagnosticsProvider(title, name, _
    schedule, service, lockType)
protected SPDiagnosticsProvider(
    string title,
    string name,
    string schedule,
    SPService service,
    SPJobLockType lockType
)

Parámetros

  • title
    Tipo: System.String

    El título de la definición del trabajo.

  • name
    Tipo: System.String

    El nombre de la definición del trabajo.

Vea también

Referencia

clase SPDiagnosticsProvider

Miembros SPDiagnosticsProvider

Sobrecarga SPDiagnosticsProvider

Espacio de nombres Microsoft.SharePoint.Diagnostics