BeginIntroduceClient
BeginIntroduceClient (1 of 12)
Begins introduce client information to a server asynchronously.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginIntroduceClient()
BeginIntroduceClient (2 of 12)
Begins introduce client information to a server asynchronously.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginIntroduceClient(System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginIntroduceClient (3 of 12)
Begins introduce client information to a server asynchronously.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginIntroduceClient(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. |
BeginIntroduceClient (4 of 12)
Begins introduce client information to a server asynchronously.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginIntroduceClient(System::SharedPtr < IConnection > connection)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
BeginIntroduceClient (5 of 12)
Begins introduce client information to a server asynchronously.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginIntroduceClient(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. |
BeginIntroduceClient (6 of 12)
Begins introduce client information to a server asynchronously.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginIntroduceClient(System::SharedPtr < IConnection > connection, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginIntroduceClient (7 of 12)
Begins introduce client information to a server asynchronously.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginIntroduceClient(System::SharedPtr < IConnection > connection, System::SharedPtr < ImapIdentificationInfo > clientIdentificationInfo)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| clientIdentificationInfo | Client identification information |
BeginIntroduceClient (8 of 12)
Begins introduce client information to a server asynchronously.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginIntroduceClient(System::SharedPtr < IConnection > connection, System::SharedPtr < ImapIdentificationInfo > clientIdentificationInfo, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| clientIdentificationInfo | Client identification information |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginIntroduceClient (9 of 12)
Begins introduce client information to a server asynchronously.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginIntroduceClient(System::SharedPtr < IConnection > connection, System::SharedPtr < ImapIdentificationInfo > clientIdentificationInfo, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| clientIdentificationInfo | Client identification information |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginIntroduceClient (10 of 12)
Begins introduce client information to a server asynchronously.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginIntroduceClient(System::SharedPtr < ImapIdentificationInfo > clientIdentificationInfo)
| Parameter | Description |
|---|---|
| clientIdentificationInfo | Client identification information |
BeginIntroduceClient (11 of 12)
Begins introduce client information to a server asynchronously.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginIntroduceClient(System::SharedPtr < ImapIdentificationInfo > clientIdentificationInfo, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| clientIdentificationInfo | Client identification information |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginIntroduceClient (12 of 12)
Begins introduce client information to a server asynchronously.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginIntroduceClient(System::SharedPtr < ImapIdentificationInfo > clientIdentificationInfo, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| clientIdentificationInfo | Client identification information |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |