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

EndRemoveTagsFromStream() public method

Finishes the asynchronous execution of the RemoveTagsFromStream operation.
public EndRemoveTagsFromStream ( IAsyncResult asyncResult ) : Amazon.Kinesis.Model.RemoveTagsFromStreamResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRemoveTagsFromStream.
return Amazon.Kinesis.Model.RemoveTagsFromStreamResponse
        public  RemoveTagsFromStreamResponse EndRemoveTagsFromStream(IAsyncResult asyncResult)
        {
            return EndInvoke<RemoveTagsFromStreamResponse>(asyncResult);
        }
AmazonKinesisClient