Cocktail Help Reference
LoginAsyncCore Method
See Also  Send Feedback
Cocktail Assembly > Cocktail Namespace > AuthenticationService Class : LoginAsyncCore Method



credential
The user's credentials.

Glossary Item Box

Internal use.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function LoginAsyncCore( _
   ByVal credential As IdeaBlade.EntityModel.ILoginCredential _
) As IEnumerable(Of INotifyCompleted)
Visual Basic (Usage)Copy Code
Dim instance As AuthenticationService
Dim credential As IdeaBlade.EntityModel.ILoginCredential
Dim value As IEnumerable(Of INotifyCompleted)
 
value = instance.LoginAsyncCore(credential)
C# 
protected virtual IEnumerable<INotifyCompleted> LoginAsyncCore( 
   IdeaBlade.EntityModel.ILoginCredential credential
)
C++/CLI 
protected:
virtual IEnumerable<INotifyCompleted^>^ LoginAsyncCore( 
   IdeaBlade.EntityModel.ILoginCredential^ credential
) 

Parameters

credential
The user's credentials.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.