Amazon.Kinesis.AmazonKinesisClient.EndListTagsForStream C# (CSharp) 메소드

EndListTagsForStream() 공개 메소드

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.
리턴 Amazon.Kinesis.Model.ListTagsForStreamResponse
        public  ListTagsForStreamResponse EndListTagsForStream(IAsyncResult asyncResult)
        {
            return EndInvoke<ListTagsForStreamResponse>(asyncResult);
        }
AmazonKinesisClient