Amazon.Route53.AmazonRoute53Client.EndUpdateTrafficPolicyComment C# (CSharp) Méthode

EndUpdateTrafficPolicyComment() public méthode

Finishes the asynchronous execution of the UpdateTrafficPolicyComment operation.
public EndUpdateTrafficPolicyComment ( IAsyncResult asyncResult ) : UpdateTrafficPolicyCommentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateTrafficPolicyComment.
Résultat UpdateTrafficPolicyCommentResponse
        public  UpdateTrafficPolicyCommentResponse EndUpdateTrafficPolicyComment(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateTrafficPolicyCommentResponse>(asyncResult);
        }
AmazonRoute53Client