ReportExecutionService.BeginResetExecution2, méthode

Espace de noms :  Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution
Assembly :  Microsoft.ReportViewer.WinForms (dans Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
Public Function BeginResetExecution2 ( _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
public IAsyncResult BeginResetExecution2(
    AsyncCallback callback,
    Object asyncState
)
public:
IAsyncResult^ BeginResetExecution2(
    AsyncCallback^ callback, 
    Object^ asyncState
)
member BeginResetExecution2 : 
        callback:AsyncCallback * 
        asyncState:Object -> IAsyncResult 
public function BeginResetExecution2(
    callback : AsyncCallback, 
    asyncState : Object
) : IAsyncResult

Paramètres

  • callback
    Type : AsyncCallback
  • asyncState
    Type : Object

Valeur de retour

Type : IAsyncResult

Voir aussi

Référence

ReportExecutionService Classe

Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution, espace de noms