Amazon.Redshift.AmazonRedshiftClient.EndModifySnapshotCopyRetentionPeriod C# (CSharp) Метод

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

Finishes the asynchronous execution of the ModifySnapshotCopyRetentionPeriod operation.
public EndModifySnapshotCopyRetentionPeriod ( IAsyncResult asyncResult ) : ModifySnapshotCopyRetentionPeriodResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifySnapshotCopyRetentionPeriod.
Результат ModifySnapshotCopyRetentionPeriodResponse
        public  ModifySnapshotCopyRetentionPeriodResponse EndModifySnapshotCopyRetentionPeriod(IAsyncResult asyncResult)
        {
            return EndInvoke<ModifySnapshotCopyRetentionPeriodResponse>(asyncResult);
        }
AmazonRedshiftClient