Freigeben über


SPDeploymentEventArgs-Konstruktor (SPDeploymentStatus, Int32, Int32, String)

Erstellt eine neue Instanz der Klasse mit den Bereitstellungsstatus SPDeploymentEventArgs , Informationen zu Objekt Zahlen und Verzeichnispfad.

Namespace:  Microsoft.SharePoint.Deployment
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    status As SPDeploymentStatus, _
    objectsProcessed As Integer, _
    objectsTotal As Integer, _
    tempDirectoryPath As String _
)
'Usage
Dim status As SPDeploymentStatus
Dim objectsProcessed As Integer
Dim objectsTotal As Integer
Dim tempDirectoryPath As String

Dim instance As New SPDeploymentEventArgs(status, _
    objectsProcessed, objectsTotal, _
    tempDirectoryPath)
public SPDeploymentEventArgs(
    SPDeploymentStatus status,
    int objectsProcessed,
    int objectsTotal,
    string tempDirectoryPath
)

Parameter

  • objectsProcessed
    Typ: System.Int32

    Eine ganze Zahl, die die Anzahl von Objekten gibt an, die aktuell verarbeitet werden.

  • objectsTotal
    Typ: System.Int32

    Integer-Wert, der die Gesamtzahl von Objekten in der aktuellen Bereitstellungsvorgang angibt.

  • tempDirectoryPath
    Typ: System.String

    Eine Zeichenfolgendarstellung der vollqualifizierte Pfad des temporären Verzeichnisses, in dem der nicht komprimierten Inhalt der Bereitstellungsdateien-Paket gespeichert werden.

Siehe auch

Referenz

SPDeploymentEventArgs Klasse

SPDeploymentEventArgs-Member

SPDeploymentEventArgs-Überladung

Microsoft.SharePoint.Deployment-Namespace