BuildIt.CognitiveServices.NewsSearchAPIV5Extensions.TrendingTopicsAsync C# (CSharp) Method

TrendingTopicsAsync() public static method

Get trending topics identified by Bing. These are the same topics shown in the banner at the bottom of the Bing home page.
public static TrendingTopicsAsync ( this operations, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
operations this /// The operations group for this extension method. ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
cancellationToken System /// The cancellation token. ///
return System.Threading.Tasks.Task
            public static async System.Threading.Tasks.Task TrendingTopicsAsync(this INewsSearchAPIV5 operations, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
            {
                await operations.TrendingTopicsWithHttpMessagesAsync(subscriptionKey, ocpApimSubscriptionKey, null, cancellationToken).ConfigureAwait(false);
            }