Amazon.Kinesis.AmazonKinesisClient.ListStreamsAsync C# (CSharp) Method

ListStreamsAsync() public method

Initiates the asynchronous execution of the ListStreams operation.
public ListStreamsAsync ( ListStreamsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Kinesis.Model.ListStreamsRequest Container for the necessary parameters to execute the ListStreams operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<ListStreamsResponse> ListStreamsAsync(ListStreamsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListStreamsRequestMarshaller();
            var unmarshaller = ListStreamsResponseUnmarshaller.Instance;

            return InvokeAsync<ListStreamsRequest,ListStreamsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonKinesisClient::ListStreamsAsync ( System cancellationToken = default(CancellationToken) ) : Task
AmazonKinesisClient::ListStreamsAsync ( ListStreamsResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonKinesisClient::ListStreamsAsync ( ListStreamsRequest request, ListStreamsResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonKinesisClient