Bearbeiten

Freigeben über


TaskAgentHttpClientBase.GetTaskIconAsync Method

Definition

[Preview API]

public virtual System.Threading.Tasks.Task<System.Net.Http.StreamContent> GetTaskIconAsync(Guid taskId, string versionString, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetTaskIconAsync : Guid * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Net.Http.StreamContent>
override this.GetTaskIconAsync : Guid * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Net.Http.StreamContent>

Parameters

taskId
Guid
versionString
String
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to