ApplyAndVerifyBookmarkAsync Method
Overloads
| ApplyAndVerifyBookmarkAsync(String) |
Applies a bookmark and verifies result dataset against originally selected values. |
|
| ApplyAndVerifyBookmarkAsync(AsyncHandle, String) |
Applies a bookmark and verifies result dataset against originally selected values. |
|
| ApplyAndVerifyBookmarkAsync<T>(AsyncHandle, Func<Response, T>, String) |
Applies a bookmark and verifies result dataset against originally selected values. |
ApplyAndVerifyBookmarkAsync(String)
Applies a bookmark and verifies result dataset against originally selected values.
Declaration
public Task<BookmarkApplyAndVerifyResult> ApplyAndVerifyBookmarkAsync([QixName("qId")] string id)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | id |
Identifier of the bookmark. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<BookmarkApplyAndVerifyResult> |
Implements
Remarks
The operation is successful if qApplySuccess is set to true. qWarnings lists state and field with unmatching values
ApplyAndVerifyBookmarkAsync(AsyncHandle, String)
Applies a bookmark and verifies result dataset against originally selected values.
Declaration
public Task<BookmarkApplyAndVerifyResult> ApplyAndVerifyBookmarkAsync(AsyncHandle asyncHandle, [QixName("qId")] string id)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncHandle | asyncHandle |
Handle to asynchronous method request |
| System.String | id |
Identifier of the bookmark. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<BookmarkApplyAndVerifyResult> |
Implements
Remarks
The operation is successful if qApplySuccess is set to true. qWarnings lists state and field with unmatching values
ApplyAndVerifyBookmarkAsync<T>(AsyncHandle, Func<Response, T>, String)
Applies a bookmark and verifies result dataset against originally selected values.
Declaration
public Task<T> ApplyAndVerifyBookmarkAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult, [QixName("qId")] string id)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncHandle | asyncHandle |
Handle to asynchronous method request |
| System.Func<Response, T> | onResult |
Continuation function |
| System.String | id |
Identifier of the bookmark. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<T> |
Type Parameters
| Name | Description |
|---|---|
| T |
Implements
Remarks
The operation is successful if qApplySuccess is set to true. qWarnings lists state and field with unmatching values