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

EndListTagsForStream() public method

Finishes the asynchronous execution of the ListTagsForStream operation.
public EndListTagsForStream ( IAsyncResult asyncResult ) : Amazon.Kinesis.Model.ListTagsForStreamResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListTagsForStream.
return Amazon.Kinesis.Model.ListTagsForStreamResponse
        public  ListTagsForStreamResponse EndListTagsForStream(IAsyncResult asyncResult)
        {
            return EndInvoke<ListTagsForStreamResponse>(asyncResult);
        }
AmazonKinesisClient