ReportExecutionService.BeginGetExecutionInfo, 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 BeginGetExecutionInfo ( _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
public IAsyncResult BeginGetExecutionInfo(
AsyncCallback callback,
Object asyncState
)
public:
IAsyncResult^ BeginGetExecutionInfo(
AsyncCallback^ callback,
Object^ asyncState
)
member BeginGetExecutionInfo :
callback:AsyncCallback *
asyncState:Object -> IAsyncResult
public function BeginGetExecutionInfo(
callback : AsyncCallback,
asyncState : Object
) : IAsyncResult
Paramètres
- callback
Type : AsyncCallback
- asyncState
Type : Object
Valeur de retour
Type : IAsyncResult
Voir aussi
Référence
Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution, espace de noms