Begins authenticate.
| C# | Visual Basic | Managed C++ |
public void BeginAuthenticate ( string userName, string password, CommadCompleted callback )
Public Sub BeginAuthenticate ( _ userName As String, _ password As String, _ callback As CommadCompleted _ )
public: void BeginAuthenticate ( String^ userName, String^ password, CommadCompleted^ callback )
- userName (String)
- Uesr name.
- password (String)
- Password.
- callback (CommadCompleted)
- Callback to be called if command ends.
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)