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