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

EndIncreaseStreamRetentionPeriod() public method

Finishes the asynchronous execution of the IncreaseStreamRetentionPeriod operation.
public EndIncreaseStreamRetentionPeriod ( IAsyncResult asyncResult ) : IncreaseStreamRetentionPeriodResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginIncreaseStreamRetentionPeriod.
return IncreaseStreamRetentionPeriodResponse
        public  IncreaseStreamRetentionPeriodResponse EndIncreaseStreamRetentionPeriod(IAsyncResult asyncResult)
        {
            return EndInvoke<IncreaseStreamRetentionPeriodResponse>(asyncResult);
        }
AmazonKinesisClient