Пример #1
0
        internal BatchGetRepositoriesResponse BatchGetRepositories(BatchGetRepositoriesRequest request)
        {
            var marshaller   = new BatchGetRepositoriesRequestMarshaller();
            var unmarshaller = BatchGetRepositoriesResponseUnmarshaller.Instance;

            return(Invoke <BatchGetRepositoriesRequest, BatchGetRepositoriesResponse>(request, marshaller, unmarshaller));
        }
Пример #2
0
        /// <summary>
        /// Initiates the asynchronous execution of the BatchGetRepositories operation.
        /// </summary>
        ///
        /// <param name="request">Container for the necessary parameters to execute the BatchGetRepositories operation.</param>
        /// <param name="cancellationToken">
        ///     A cancellation token that can be used by other objects or threads to receive notice of cancellation.
        /// </param>
        /// <returns>The task object representing the asynchronous operation.</returns>
        public Task <BatchGetRepositoriesResponse> BatchGetRepositoriesAsync(BatchGetRepositoriesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller   = new BatchGetRepositoriesRequestMarshaller();
            var unmarshaller = BatchGetRepositoriesResponseUnmarshaller.Instance;

            return(InvokeAsync <BatchGetRepositoriesRequest, BatchGetRepositoriesResponse>(request, marshaller,
                                                                                           unmarshaller, cancellationToken));
        }