Amazon.CodeDeploy.AmazonCodeDeployClient.EndAddTagsToOnPremisesInstances C# (CSharp) Method

EndAddTagsToOnPremisesInstances() public method

Finishes the asynchronous execution of the AddTagsToOnPremisesInstances operation.
public EndAddTagsToOnPremisesInstances ( IAsyncResult asyncResult ) : AddTagsToOnPremisesInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAddTagsToOnPremisesInstances.
return AddTagsToOnPremisesInstancesResponse
        public  AddTagsToOnPremisesInstancesResponse EndAddTagsToOnPremisesInstances(IAsyncResult asyncResult)
        {
            return EndInvoke<AddTagsToOnPremisesInstancesResponse>(asyncResult);
        }
AmazonCodeDeployClient