Amazon.AutoScaling.AmazonAutoScalingClient.EndCreateOrUpdateTags C# (CSharp) Method

EndCreateOrUpdateTags() public method

Finishes the asynchronous execution of the CreateOrUpdateTags operation.
public EndCreateOrUpdateTags ( IAsyncResult asyncResult ) : CreateOrUpdateTagsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateOrUpdateTags.
return CreateOrUpdateTagsResponse
        public  CreateOrUpdateTagsResponse EndCreateOrUpdateTags(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateOrUpdateTagsResponse>(asyncResult);
        }
AmazonAutoScalingClient