ClientStation.LogOnAsync Method

Log on
[ID("LogOnAsync", (int)e.LogOnAsync)] 
public Task<int> LogOnAsync( 
   string username
   string password 
)

Parameters

username
string

User name

password
string

User password

Return Value

Task<int>

0: Success, >= 1: Error code

.NET Framework

Supported in: 4.8

In this article

Definition