DevForce Help Reference
LoginOperation Class Properties


For a list of all members of this type, see LoginOperation members.

Public Properties
 NameDescription
Public PropertyAuthenticationContextThe IAuthenticationContext returned by the login.  
Public PropertyCanCancel Returns whether the operation can be cancelled. (Inherited from IdeaBlade.EntityModel.BaseOperation<LoginEventArgs,LoginOperation>)
Public PropertyCancelled Returns whether the operation was cancelled. (Inherited from IdeaBlade.EntityModel.BaseOperation<LoginEventArgs,LoginOperation>)
Public PropertyCompletedSuccessfully Returns whether the operation completed success (Inherited from IdeaBlade.EntityModel.BaseOperation<LoginEventArgs,LoginOperation>)
Public PropertyCompletedSynchronously Returns whether the operation completed synchronously. (Inherited from IdeaBlade.EntityModel.BaseOperation<LoginEventArgs,LoginOperation>)
Public PropertyError Returns the exception if the operation failed. (Inherited from IdeaBlade.EntityModel.BaseOperation<LoginEventArgs,LoginOperation>)
Public PropertyHasError Returns whether the operation failed. (Inherited from IdeaBlade.EntityModel.BaseOperation<LoginEventArgs,LoginOperation>)
Public PropertyIsCompleted Returns whether the operation is completed regardless of whether it was cancelled or failed. (Inherited from IdeaBlade.EntityModel.BaseOperation<LoginEventArgs,LoginOperation>)
Public PropertyIsErrorHandled Was any error that occured handled? (Inherited from IdeaBlade.EntityModel.BaseOperation<LoginEventArgs,LoginOperation>)
Public PropertyTask The asynchronous task. (Inherited from IdeaBlade.EntityModel.BaseOperation<LoginEventArgs,LoginOperation>)
Public PropertyUserState Returns the user state which identifies the operation. (Inherited from IdeaBlade.EntityModel.BaseOperation<LoginEventArgs,LoginOperation>)
Top
Protected Properties
 NameDescription
Protected PropertyAsyncArgs The event args associated with the asynchronous operation. (Inherited from IdeaBlade.EntityModel.BaseOperation<LoginEventArgs,LoginOperation>)
Protected PropertyCancellationToken The task cancellation token. (Inherited from IdeaBlade.EntityModel.BaseOperation<LoginEventArgs,LoginOperation>)
Protected PropertyCompletedAction (Inherited from IdeaBlade.EntityModel.BaseOperation<LoginEventArgs,LoginOperation>)
Top
See Also

Reference

LoginOperation Class
IdeaBlade.EntityModel Namespace

Send Feedback