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

EndMergeShards() public method

Finishes the asynchronous execution of the MergeShards operation.
public EndMergeShards ( IAsyncResult asyncResult ) : Amazon.Kinesis.Model.MergeShardsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginMergeShards.
return Amazon.Kinesis.Model.MergeShardsResponse
        public  MergeShardsResponse EndMergeShards(IAsyncResult asyncResult)
        {
            return EndInvoke<MergeShardsResponse>(asyncResult);
        }
AmazonKinesisClient