TaskHttpClient.RaisePlanEventAsync<T> 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.
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