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