IAuthenticationServiceClient.Login(String, String, Object, Action<ScalarOperationCompletedEventArgs<Boolean>>) Method
Logs into a Report and Dashboard Server.
Namespace: DevExpress.ReportServer.ServiceModel.Client
Assembly: DevExpress.Printing.v22.2.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
void Login(
string userName,
string password,
object state,
Action<ScalarOperationCompletedEventArgs<bool>> onCompleted
)
Parameters
Name | Type | Description |
---|---|---|
userName | String | A String value, specifying the user name. |
password | String | A String value, specifying the password. |
state | Object | A Object value, specifying the operation state. |
onCompleted | Action<ScalarOperationCompletedEventArgs<Boolean>> | An action delegate containing a ScalarOperationCompletedEventArgs<T> object that returns a Boolean value, specifying the operation result. |
See Also