| 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.
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