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

ListTagsForStreamAsync() public method

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

            return InvokeAsync<ListTagsForStreamRequest,ListTagsForStreamResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonKinesisClient::ListTagsForStreamAsync ( Amazon.Kinesis.Model.ListTagsForStreamRequest request, ListTagsForStreamResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonKinesisClient