Exemplo n.º 1
0
        /// <param name='operations'>
        /// Reference to the Rg.ClientApp.ITimeline.
        /// </param>
        /// <param name='since'>
        /// Optional.
        /// </param>
        /// <param name='cancellationToken'>
        /// Cancellation token.
        /// </param>
        public static async Task <IList <TimelineEntryDetails> > GetBySinceAsync(this ITimeline operations, string since = null, CancellationToken cancellationToken = default(System.Threading.CancellationToken))
        {
            Microsoft.Rest.HttpOperationResponse <System.Collections.Generic.IList <Rg.ClientApp.Models.TimelineEntryDetails> > result = await operations.GetBySinceWithOperationResponseAsync(since, cancellationToken).ConfigureAwait(false);

            return(result.Body);
        }