コード例 #1
0
        /// <param name='operations'>
        /// Reference to the MyUniversalWindows10App.ISessions.
        /// </param>
        /// <param name='search'>
        /// Required.
        /// </param>
        /// <param name='cancellationToken'>
        /// Cancellation token.
        /// </param>
        public static async Task <IList <Session> > FindBySeachtermAsync(this ISessions operations, string search, CancellationToken cancellationToken = default(System.Threading.CancellationToken))
        {
            Microsoft.Rest.HttpOperationResponse <System.Collections.Generic.IList <MyUniversalWindows10App.Models.Session> > result = await operations.FindBySeachtermWithOperationResponseAsync(search, cancellationToken).ConfigureAwait(false);

            return(result.Body);
        }