Skip to main content Skip to complementary content

GetGenericBookmarkAsync Method

Overloads

GetGenericBookmarkAsync(AsyncHandle, String)

Returns the handle of a bookmark.

GetGenericBookmarkAsync(String)

Returns the handle of a bookmark.

GetGenericBookmarkAsync<T>(AsyncHandle, Func<Response, T>, String)

Returns the handle of a bookmark.

GetGenericBookmarkAsync(AsyncHandle, String)

Returns the handle of a bookmark.

Declaration

      public Task<GenericBookmark> GetGenericBookmarkAsync(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<GenericBookmark>

Implements

GetGenericBookmarkAsync(String)

Returns the handle of a bookmark.

Declaration

      [QixName("GetBookmark")]
public Task<GenericBookmark> GetGenericBookmarkAsync([QixName("qId")] string id)
    

Parameters

Type Name Description
System.String id

Identifier of the bookmark.

Returns

Type Description
System.Threading.Tasks.Task<GenericBookmark>

Implements

GetGenericBookmarkAsync<T>(AsyncHandle, Func<Response, T>, String)

Returns the handle of a bookmark.

Declaration

      [QixName("GetBookmark")]
public Task<T> GetGenericBookmarkAsync<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

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!