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

EndGetShardIterator() public method

Finishes the asynchronous execution of the GetShardIterator operation.
public EndGetShardIterator ( IAsyncResult asyncResult ) : GetShardIteratorResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetShardIterator.
return Amazon.Kinesis.Model.GetShardIteratorResponse
        public  GetShardIteratorResponse EndGetShardIterator(IAsyncResult asyncResult)
        {
            return EndInvoke<GetShardIteratorResponse>(asyncResult);
        }
AmazonKinesisClient