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

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

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