Amazon.EC2.AmazonEC2Client.EndModifyImageAttribute C# (CSharp) Méthode

EndModifyImageAttribute() public méthode

Finishes the asynchronous execution of the ModifyImageAttribute operation.
public EndModifyImageAttribute ( IAsyncResult asyncResult ) : ModifyImageAttributeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyImageAttribute.
Résultat ModifyImageAttributeResponse
        public  ModifyImageAttributeResponse EndModifyImageAttribute(IAsyncResult asyncResult)
        {
            return EndInvoke<ModifyImageAttributeResponse>(asyncResult);
        }
AmazonEC2Client