Amazon.MachineLearning.AmazonMachineLearningClient.EndAddTags C# (CSharp) Метод

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

Finishes the asynchronous execution of the AddTags operation.
public EndAddTags ( IAsyncResult asyncResult ) : AddTagsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAddTags.
Результат AddTagsResponse
        public  AddTagsResponse EndAddTags(IAsyncResult asyncResult)
        {
            return EndInvoke<AddTagsResponse>(asyncResult);
        }
AmazonMachineLearningClient