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

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

Finishes the asynchronous execution of the DecreaseStreamRetentionPeriod operation.
public EndDecreaseStreamRetentionPeriod ( IAsyncResult asyncResult ) : DecreaseStreamRetentionPeriodResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDecreaseStreamRetentionPeriod.
Результат DecreaseStreamRetentionPeriodResponse
        public  DecreaseStreamRetentionPeriodResponse EndDecreaseStreamRetentionPeriod(IAsyncResult asyncResult)
        {
            return EndInvoke<DecreaseStreamRetentionPeriodResponse>(asyncResult);
        }
AmazonKinesisClient