/// <summary> /// Delete an action plan instance /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='actionPlanId'> /// The instance of the plan to delete. /// </param> /// <param name='cancellationToken'> /// The cancellation token. /// </param> public static async Task <object> DeleteAsync(this IActionPlans operations, string actionPlanId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { using (var _result = await operations.DeleteWithHttpMessagesAsync(actionPlanId, null, cancellationToken).ConfigureAwait(false)) { return(_result.Body); } }
/// <summary> /// Delete an action plan instance /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='actionPlanId'> /// The instance of the plan to delete. /// </param> /// <param name='cancellationToken'> /// The cancellation token. /// </param> public static async Task DeleteAsync(this IActionPlans operations, System.Guid actionPlanId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { (await operations.DeleteWithHttpMessagesAsync(actionPlanId, null, cancellationToken).ConfigureAwait(false)).Dispose(); }