SPDelegate.Initialize Method
Initializes the delegate based on the specified object.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Sub Initialize ( _
o As Object _
)
'Usage
Dim instance As SPDelegate
Dim o As Object
instance.Initialize(o)
public virtual void Initialize(
Object o
)
Parameters
o
Type: System.ObjectAn object that represents the delegate to be initialized.