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

EndModifySubnetAttribute() public method

Finishes the asynchronous execution of the ModifySubnetAttribute operation.
public EndModifySubnetAttribute ( IAsyncResult asyncResult ) : ModifySubnetAttributeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifySubnetAttribute.
return ModifySubnetAttributeResponse
        public  ModifySubnetAttributeResponse EndModifySubnetAttribute(IAsyncResult asyncResult)
        {
            return EndInvoke<ModifySubnetAttributeResponse>(asyncResult);
        }
AmazonEC2Client