Amazon.DynamoDBv2.AmazonDynamoDBStreamsClient.EndListStreams C# (CSharp) Method

EndListStreams() public method

Finishes the asynchronous execution of the ListStreams operation.
public EndListStreams ( IAsyncResult asyncResult ) : Amazon.DynamoDBv2.Model.ListStreamsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListStreams.
return Amazon.DynamoDBv2.Model.ListStreamsResponse
        public  ListStreamsResponse EndListStreams(IAsyncResult asyncResult)
        {
            return EndInvoke<ListStreamsResponse>(asyncResult);
        }