Amazon.Redshift.AmazonRedshiftClient.EndModifySnapshotCopyRetentionPeriod C# (CSharp) Method

EndModifySnapshotCopyRetentionPeriod() public method

Finishes the asynchronous execution of the ModifySnapshotCopyRetentionPeriod operation.
public EndModifySnapshotCopyRetentionPeriod ( IAsyncResult asyncResult ) : ModifySnapshotCopyRetentionPeriodResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifySnapshotCopyRetentionPeriod.
return ModifySnapshotCopyRetentionPeriodResponse
        public  ModifySnapshotCopyRetentionPeriodResponse EndModifySnapshotCopyRetentionPeriod(IAsyncResult asyncResult)
        {
            return EndInvoke<ModifySnapshotCopyRetentionPeriodResponse>(asyncResult);
        }
AmazonRedshiftClient