Edit

TaskHttpClient.RaisePlanEventAsync<T> Method

Definition

public System.Threading.Tasks.Task RaisePlanEventAsync<T>(Guid scopeIdentifier, string planType, Guid planId, T eventData, System.Threading.CancellationToken cancellationToken = null, object userState = null) where T : Microsoft.TeamFoundation.DistributedTask.WebApi.JobEvent;
member this.RaisePlanEventAsync : Guid * string * Guid * 'T * System.Threading.CancellationToken * obj -> System.Threading.Tasks.Task (requires 'T :> Microsoft.TeamFoundation.DistributedTask.WebApi.JobEvent)

Type Parameters

T

Parameters

scopeIdentifier
Guid
planType
String
planId
Guid
eventData
T
cancellationToken
CancellationToken
userState
Object

Returns

Applies to