
| Visual Basic (Declaration) | |
|---|---|
Public Class LoginOperation Inherits IdeaBlade.EntityModel.BaseOperation(Of LoginEventArgs,LoginOperation) Implements INotifyCompleted, System.ComponentModel.INotifyPropertyChanged | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As LoginOperation | |
| C# | |
|---|---|
public class LoginOperation : IdeaBlade.EntityModel.BaseOperation<LoginEventArgs,LoginOperation>, INotifyCompleted, System.ComponentModel.INotifyPropertyChanged | |
| C++/CLI | |
|---|---|
public ref class LoginOperation : public IdeaBlade.EntityModel.BaseOperation<LoginEventArgs,LoginOperation>, INotifyCompleted, System.ComponentModel.INotifyPropertyChanged | |
Returned by an EntityManager.LoginAsync call. You can use the LoginOperation to track or cancel the request. The LoginOperation is also passed to the callback method supplied to the async call.
System.Object
IdeaBlade.EntityModel.BaseOperation
IdeaBlade.EntityModel.BaseOperation<TEventArgs,TOp>
IdeaBlade.EntityModel.LoginOperation
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