SPStatefulLongOperation.BeginStatefulOperation - Délégué

Ce délégué est alimenté par des méthodes à commencer une opération longue qui conserve l'état.

Espace de noms :  Microsoft.SharePoint
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Delegate Sub BeginStatefulOperation ( _
    longOperation As SPStatefulLongOperation _
)
'Utilisation
Dim instance As New BeginStatefulOperation(AddressOf HandlerMethod)
public delegate void BeginStatefulOperation(
    SPStatefulLongOperation longOperation
)

Paramètres

Voir aussi

Référence

Microsoft.SharePoint - Espace de noms