Amazon.Redshift.AmazonRedshiftClient.EndEnableSnapshotCopy C# (CSharp) Méthode

EndEnableSnapshotCopy() public méthode

Finishes the asynchronous execution of the EnableSnapshotCopy operation.
public EndEnableSnapshotCopy ( IAsyncResult asyncResult ) : EnableSnapshotCopyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginEnableSnapshotCopy.
Résultat EnableSnapshotCopyResponse
        public  EnableSnapshotCopyResponse EndEnableSnapshotCopy(IAsyncResult asyncResult)
        {
            return EndInvoke<EnableSnapshotCopyResponse>(asyncResult);
        }
AmazonRedshiftClient