CreateBookmarkExAsync Method
Overloads
| CreateBookmarkExAsync(GenericBookmarkProperties, IEnumerable<String>) | 
             Creates a bookmark with softpatches.  | 
        
      
    |
| CreateBookmarkExAsync(AsyncHandle, GenericBookmarkProperties, IEnumerable<String>) | 
             Creates a bookmark with softpatches.  | 
        
      
    |
| CreateBookmarkExAsync<T>(AsyncHandle, Func<Response, T>, GenericBookmarkProperties, IEnumerable<String>) | 
             Creates a bookmark with softpatches.  | 
        
      
    
CreateBookmarkExAsync(GenericBookmarkProperties, IEnumerable<String>)
Creates a bookmark with softpatches.
Declaration
      public Task<CreateBookmarkExResult> CreateBookmarkExAsync([QixName("qProp")] GenericBookmarkProperties prop, [QixName("qObjectIdsToPatch")] IEnumerable<string> objectIdsToPatch = null)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| GenericBookmarkProperties | prop | 
           Properties for the object.  | 
      
| System.Collections.Generic.IEnumerable<System.String> | objectIdsToPatch | 
           Add softpatches for this objects if available. If empty all softpatches are added to the bookmark.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<CreateBookmarkExResult> | 
Implements
CreateBookmarkExAsync(AsyncHandle, GenericBookmarkProperties, IEnumerable<String>)
Creates a bookmark with softpatches.
Declaration
      public Task<CreateBookmarkExResult> CreateBookmarkExAsync(AsyncHandle asyncHandle, [QixName("qProp")] GenericBookmarkProperties prop, [QixName("qObjectIdsToPatch")] IEnumerable<string> objectIdsToPatch = null)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | 
           Handle to asynchronous method request  | 
      
| GenericBookmarkProperties | prop | 
           Properties for the object.  | 
      
| System.Collections.Generic.IEnumerable<System.String> | objectIdsToPatch | 
           Add softpatches for this objects if available. If empty all softpatches are added to the bookmark.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<CreateBookmarkExResult> | 
Implements
CreateBookmarkExAsync<T>(AsyncHandle, Func<Response, T>, GenericBookmarkProperties, IEnumerable<String>)
Creates a bookmark with softpatches.
Declaration
      public Task<T> CreateBookmarkExAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult, [QixName("qProp")] GenericBookmarkProperties prop, [QixName("qObjectIdsToPatch")] IEnumerable<string> objectIdsToPatch = null)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | 
           Handle to asynchronous method request  | 
      
| System.Func<Response, T> | onResult | 
           Continuation function  | 
      
| GenericBookmarkProperties | prop | 
           Properties for the object.  | 
      
| System.Collections.Generic.IEnumerable<System.String> | objectIdsToPatch | 
           Add softpatches for this objects if available. If empty all softpatches are added to the bookmark.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<T> | 
Type Parameters
| Name | Description | 
|---|---|
| T |