| WikiSiteLoginAsync(String, String, String) Method |
This is preliminary documentation and is subject to change.
Logins into the wiki site.
Namespace: WikiClientLibrary.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public Task LoginAsync(
string userName,
string password,
string domain
)
Public Function LoginAsync (
userName As String,
password As String,
domain As String
) As Task
Dim instance As WikiSite
Dim userName As String
Dim password As String
Dim domain As String
Dim returnValue As Task
returnValue = instance.LoginAsync(userName,
password, domain)
public:
Task^ LoginAsync(
String^ userName,
String^ password,
String^ domain
)
member LoginAsync :
userName : string *
password : string *
domain : string -> Task
Parameters
- userName String
- User name of the account.
- password String
- Password of the account.
- domain String
- Domain name. null is usually a good choice.
Return Value
TaskExceptions Remarks See Also