ReportExecutionService.BeginLogoff, 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 BeginLogoff ( _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
public IAsyncResult BeginLogoff(
AsyncCallback callback,
Object asyncState
)
public:
IAsyncResult^ BeginLogoff(
AsyncCallback^ callback,
Object^ asyncState
)
member BeginLogoff :
callback:AsyncCallback *
asyncState:Object -> IAsyncResult
public function BeginLogoff(
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