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

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

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