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

EndDeleteTags() public méthode

Finishes the asynchronous execution of the DeleteTags operation.
public EndDeleteTags ( IAsyncResult asyncResult ) : DeleteTagsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteTags.
Résultat DeleteTagsResponse
        public  DeleteTagsResponse EndDeleteTags(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteTagsResponse>(asyncResult);
        }
AmazonRedshiftClient