Skip to main content

IAuthenticationServiceClient.Login(String, String, Object, Action<ScalarOperationCompletedEventArgs<Boolean>>) Method

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

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