Amazon.Kinesis.AmazonKinesisClient.EndIncreaseStreamRetentionPeriod C# (CSharp) 메소드

EndIncreaseStreamRetentionPeriod() 공개 메소드

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