BeginLogin
Contents
[
Hide
]BeginLogin (1 of 6)
Begins to sign in to a server
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginLogin()
BeginLogin (2 of 6)
Begins to sign in to a server
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginLogin(System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginLogin (3 of 6)
Begins to sign in to a server
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginLogin(System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginLogin (4 of 6)
Begins to sign in to a server
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginLogin(System::SharedPtr < IConnection > connection)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
BeginLogin (5 of 6)
Begins to sign in to a server
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginLogin(System::SharedPtr < IConnection > connection, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginLogin (6 of 6)
Begins to sign in to a server
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginLogin(System::SharedPtr < IConnection > iConnection, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| iConnection | Connection to a server |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |