[Missing <summary> documentation for "M:OPSSDK.OpsClient.LoginAsync(System.String,System.String,System.String,System.Action{System.Boolean})"]
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884
Syntax
C# |
---|
public void LoginAsync( string serverAddress, string username, string password, Action<bool> completed ) |
Visual Basic |
---|
Public Sub LoginAsync ( serverAddress As String, username As String, password As String, completed As Action(Of Boolean) ) |
Visual C++ |
---|
public: void LoginAsync( String^ serverAddress, String^ username, String^ password, Action<bool>^ completed ) |
Parameters
- serverAddress
- Type: System..::..String
[Missing <param name="serverAddress"/> documentation for "M:OPSSDK.OpsClient.LoginAsync(System.String,System.String,System.String,System.Action{System.Boolean})"]
- username
- Type: System..::..String
[Missing <param name="username"/> documentation for "M:OPSSDK.OpsClient.LoginAsync(System.String,System.String,System.String,System.Action{System.Boolean})"]
- password
- Type: System..::..String
[Missing <param name="password"/> documentation for "M:OPSSDK.OpsClient.LoginAsync(System.String,System.String,System.String,System.Action{System.Boolean})"]
- completed
- Type: System..::..Action<(Of <(<'Boolean>)>)>
[Missing <param name="completed"/> documentation for "M:OPSSDK.OpsClient.LoginAsync(System.String,System.String,System.String,System.Action{System.Boolean})"]