WorkHttpClientBase.GetRowSuggestedValuesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| GetRowSuggestedValuesAsync(Object, CancellationToken) |
[Preview API] Get available board rows in a project |
| GetRowSuggestedValuesAsync(Guid, Object, CancellationToken) |
[Preview API] Get available board rows in a project |
| GetRowSuggestedValuesAsync(String, Object, CancellationToken) |
[Preview API] Get available board rows in a project |
GetRowSuggestedValuesAsync(Object, CancellationToken)
[Preview API] Get available board rows in a project
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.Work.WebApi.BoardSuggestedValue>> GetRowSuggestedValuesAsync(object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetRowSuggestedValuesAsync : obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.Work.WebApi.BoardSuggestedValue>>
override this.GetRowSuggestedValuesAsync : obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.Work.WebApi.BoardSuggestedValue>>
Parameters
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
Applies to
GetRowSuggestedValuesAsync(Guid, Object, CancellationToken)
[Preview API] Get available board rows in a project
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.Work.WebApi.BoardSuggestedValue>> GetRowSuggestedValuesAsync(Guid project, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetRowSuggestedValuesAsync : Guid * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.Work.WebApi.BoardSuggestedValue>>
override this.GetRowSuggestedValuesAsync : Guid * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.Work.WebApi.BoardSuggestedValue>>
Parameters
- project
- Guid
Project ID
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
Applies to
GetRowSuggestedValuesAsync(String, Object, CancellationToken)
[Preview API] Get available board rows in a project
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.Work.WebApi.BoardSuggestedValue>> GetRowSuggestedValuesAsync(string project, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetRowSuggestedValuesAsync : string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.Work.WebApi.BoardSuggestedValue>>
override this.GetRowSuggestedValuesAsync : string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.Work.WebApi.BoardSuggestedValue>>
Parameters
- project
- String
Project ID or project name
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.