Ejemplo n.º 1
0
        internal AddEventSourceResponse AddEventSource(AddEventSourceRequest request)
        {
            var marshaller   = new AddEventSourceRequestMarshaller();
            var unmarshaller = AddEventSourceResponseUnmarshaller.Instance;

            return(Invoke <AddEventSourceRequest, AddEventSourceResponse>(request, marshaller, unmarshaller));
        }
Ejemplo n.º 2
0
        /// <summary>
        /// Initiates the asynchronous execution of the AddEventSource operation.
        /// </summary>
        ///
        /// <param name="request">Container for the necessary parameters to execute the AddEventSource 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 <AddEventSourceResponse> AddEventSourceAsync(AddEventSourceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller   = new AddEventSourceRequestMarshaller();
            var unmarshaller = AddEventSourceResponseUnmarshaller.Instance;

            return(InvokeAsync <AddEventSourceRequest, AddEventSourceResponse>(request, marshaller,
                                                                               unmarshaller, cancellationToken));
        }