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

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

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

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