Windward Engine API Reference
logoutCompleted Event
See Also  Send comments on this topic.
WindwardReportsDrivers.SalesForce Namespace > SforceService Class : logoutCompleted Event




Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Event logoutCompleted As logoutCompletedEventHandler
Visual Basic (Usage)Copy Code
Dim instance As SforceService
Dim handler As logoutCompletedEventHandler
 
AddHandler instance.logoutCompleted, handler
C# 
public event logoutCompletedEventHandler logoutCompleted
Managed Extensions for C++ 
public: __event logoutCompletedEventHandler* logoutCompleted
C++/CLI 
public:
event logoutCompletedEventHandler^ logoutCompleted

Event Data

The event handler receives an argument of type AsyncCompletedEventArgs containing data related to this event. The following AsyncCompletedEventArgs properties provide information specific to this event.

PropertyDescription
Cancelled  
Error  
UserState  

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.