Skip to main content

IAuthenticationServiceAsync.BeginLogin(String, String, AsyncCallback, Object) Method

Starts logging in to a Report and Dashboard Server.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

[OperationContract(AsyncPattern = true)]
IAsyncResult BeginLogin(
    string userName,
    string password,
    AsyncCallback callback,
    object asyncState
)

Parameters

Name Type Description
userName String

A String value, specifying the user name.

password String

A String value, specifying the password.

callback AsyncCallback

References a method to be called when a corresponding asynchronous operation is completed.

asyncState Object

A Object value, containing information about the asynchronous operation.

Returns

Type Description
IAsyncResult

An object containing information about the status of an asynchronous operation.

See Also