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

EndMergeShards() 공개 메소드

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