Amazon.KinesisFirehose.AmazonKinesisFirehoseClient.ListDeliveryStreamsAsync C# (CSharp) Метод

ListDeliveryStreamsAsync() публичный Метод

Initiates the asynchronous execution of the ListDeliveryStreams operation.
public ListDeliveryStreamsAsync ( ListDeliveryStreamsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.KinesisFirehose.Model.ListDeliveryStreamsRequest Container for the necessary parameters to execute the ListDeliveryStreams operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<ListDeliveryStreamsResponse> ListDeliveryStreamsAsync(ListDeliveryStreamsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListDeliveryStreamsRequestMarshaller();
            var unmarshaller = ListDeliveryStreamsResponseUnmarshaller.Instance;

            return InvokeAsync<ListDeliveryStreamsRequest,ListDeliveryStreamsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonKinesisFirehoseClient::ListDeliveryStreamsAsync ( System cancellationToken = default(CancellationToken) ) : Task
AmazonKinesisFirehoseClient::ListDeliveryStreamsAsync ( ListDeliveryStreamsResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonKinesisFirehoseClient::ListDeliveryStreamsAsync ( ListDeliveryStreamsRequest request, ListDeliveryStreamsResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void