Skip to main content

IAuthenticationServiceClient.LoginAsync(String, String, Object) Method

Asynchronously logs into a Report and Dashboard Server.

Namespace: DevExpress.ReportServer.ServiceModel.Client

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

Task<bool> LoginAsync(
    string userName,
    string password,
    object asyncState
)

Parameters

Name Type Description
userName String

A String value, specifying the user name.

password String

A String value, specifying the password.

asyncState Object

A Object value, containing information about the asynchronous operation.

Returns

Type Description
Task<Boolean>

An asynchronous operation result, containing a Boolean value.

See Also