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
status
Typ: Microsoft.SharePoint.Deployment.SPDeploymentStatusBietet eine SPDeploymentStatus -Enumerationswert ab, der den aktuellen Status des Bereitstellungsvorgangs angibt.
objectsProcessed
Typ: System.Int32Eine ganze Zahl, die die Anzahl von Objekten gibt an, die aktuell verarbeitet werden.
objectsTotal
Typ: System.Int32Integer-Wert, der die Gesamtzahl von Objekten in der aktuellen Bereitstellungsvorgang angibt.
tempDirectoryPath
Typ: System.StringEine Zeichenfolgendarstellung der vollqualifizierte Pfad des temporären Verzeichnisses, in dem der nicht komprimierten Inhalt der Bereitstellungsdateien-Paket gespeichert werden.