ClientStation.LogOnAsync Method
Log on
<ID("LogOnAsync", (int)e.LogOnAsync)> _
Public Function LogOnAsync( _
ByVal username As String, _
ByVal password As String _
) As Task(Of Integer)
This language is not supported or no code example is available.
[ID("LogOnAsync", (int)e.LogOnAsync)]
public Task<int> LogOnAsync(
string username,
string password
)
This language is not supported or no code example is available.
Parameters
-
username
-
string
User name
-
password
-
string
User password
Return Value
Task<
int>
0: Success, >= 1: Error code
.NET Framework
Supported in: 4.6.2, 4.7