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