Amazon.EC2.AmazonEC2Client.EndModifyImageAttribute C# (CSharp) Method

EndModifyImageAttribute() public method

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