AuthenticationServiceClient.LoginAsync(String, String, Object) Method
Asynchronously logs into a Report and Dashboard Server.
Namespace: DevExpress.ReportServer.ServiceModel.Client
Assembly: DevExpress.Printing.v25.2.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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. |
Implements
See Also