SPUpgradeJobDefinition.CurrentDelegate Property

Gets the name of the current upgrade action sequence.

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

Syntax

Public ReadOnly Property CurrentDelegate As String
    Get

Dim instance As SPUpgradeJobDefinition
Dim value As String

value = instance.CurrentDelegate
public string CurrentDelegate { get; }

Property Value

Type: System.String
A String that contains the class name of the current action sequence.

Remarks

An upgrade job executes a series of action sequences, each designed to upgrade a single resource. Each action sequence in the upgrade job is represented by an object that is derived from the SPActionSequence class or one of its subclasses, such as the SPSiteSequence class. The CurrentDelegate property returns the class name of the action sequence that is currently executing.

See Also

Reference

SPUpgradeJobDefinition Class

SPUpgradeJobDefinition Members

Microsoft.SharePoint.Administration Namespace

SPDelegate

SPActionSequence

Other Resources

Upgrade Overview