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

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

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