Skip to main content
A newer version of this page is available. .

IAuthenticationServiceClient.LoginAsync(String, String, Object) Method

Asynchronously logs into a Report and Dashboard Server.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

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