BeginNoop
BeginNoop (1 of 6)
Begins to execute ‘No operation’ command
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginNoop()
BeginNoop (2 of 6)
Begins to execute ‘No operation’ command
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginNoop(System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginNoop (3 of 6)
Begins to execute ‘No operation’ command
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginNoop(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. |
BeginNoop (4 of 6)
Begins to execute ‘No operation’ command
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginNoop(System::SharedPtr < IConnection > connection)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
BeginNoop (5 of 6)
Begins to execute ‘No operation’ command
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginNoop(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. |
BeginNoop (6 of 6)
Begins to execute ‘No operation’ command
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginNoop(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. |