Amazon.Kinesis.AmazonKinesisClient.EndListStreams C# (CSharp) Метод

EndListStreams() публичный Метод

Finishes the asynchronous execution of the ListStreams operation.
public EndListStreams ( IAsyncResult asyncResult ) : ListStreamsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListStreams.
Результат Amazon.Kinesis.Model.ListStreamsResponse
        public  ListStreamsResponse EndListStreams(IAsyncResult asyncResult)
        {
            return EndInvoke<ListStreamsResponse>(asyncResult);
        }
AmazonKinesisClient