Amazon.Redshift.AmazonRedshiftClient.EndCreateClusterSnapshot C# (CSharp) 메소드

EndCreateClusterSnapshot() 공개 메소드

Finishes the asynchronous execution of the CreateClusterSnapshot operation.
public EndCreateClusterSnapshot ( IAsyncResult asyncResult ) : CreateClusterSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateClusterSnapshot.
리턴 CreateClusterSnapshotResponse
        public  CreateClusterSnapshotResponse EndCreateClusterSnapshot(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateClusterSnapshotResponse>(asyncResult);
        }
AmazonRedshiftClient